|
63 | 63 | .azure-pipelines/ @AA-Turner |
64 | 64 |
|
65 | 65 | # GitHub & related scripts |
66 | | -.github/ @ezio-melotti @hugovk @AA-Turner |
67 | | -Tools/build/compute-changes.py @AA-Turner |
| 66 | +.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz |
| 67 | +Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz |
68 | 68 | Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg |
69 | 69 |
|
70 | 70 | # Pre-commit |
@@ -143,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson |
143 | 143 | Misc/sbom.spdx.json @sethmlarson |
144 | 144 | Tools/build/generate_sbom.py @sethmlarson |
145 | 145 |
|
| 146 | +# ABI check |
| 147 | +Misc/libabigail.abignore @encukou |
| 148 | + |
146 | 149 |
|
147 | 150 | # ---------------------------------------------------------------------------- |
148 | 151 | # Platform Support |
@@ -173,9 +176,10 @@ Tools/wasm/config.site-wasm32-emscripten @freakboy3742 @emmatyping |
173 | 176 | Tools/wasm/emscripten @freakboy3742 @emmatyping |
174 | 177 |
|
175 | 178 | # WebAssembly (WASI) |
176 | | -Tools/wasm/wasi-env @brettcannon @emmatyping |
177 | | -Tools/wasm/wasi.py @brettcannon @emmatyping |
178 | | -Tools/wasm/wasi @brettcannon @emmatyping |
| 179 | +Platforms/WASI @brettcannon @emmatyping @savannahostrowski |
| 180 | +Tools/wasm/wasi-env @brettcannon @emmatyping @savannahostrowski |
| 181 | +Tools/wasm/wasi.py @brettcannon @emmatyping @savannahostrowski |
| 182 | +Tools/wasm/wasi @brettcannon @emmatyping @savannahostrowski |
179 | 183 |
|
180 | 184 | # Windows |
181 | 185 | PC/ @python/windows-team |
@@ -289,10 +293,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso |
289 | 293 | InternalDocs/jit.md @brandtbucher @savannahostrowski @diegorusso @AA-Turner |
290 | 294 |
|
291 | 295 | # Micro-op / μop / Tier 2 Optimiser |
292 | | -Python/optimizer.c @markshannon |
293 | | -Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner |
294 | | -Python/optimizer_bytecodes.c @markshannon @tomasr8 @Fidget-Spinner |
295 | | -Python/optimizer_symbols.c @markshannon @tomasr8 |
| 296 | +Python/optimizer.c @markshannon @Fidget-Spinner |
| 297 | +Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski |
| 298 | +Python/optimizer_bytecodes.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski |
| 299 | +Python/optimizer_symbols.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski |
296 | 300 |
|
297 | 301 | # Parser, Lexer, and Grammar |
298 | 302 | Grammar/python.gram @pablogsal @lysnikolaou |
@@ -322,7 +326,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently |
322 | 326 | # Remote Debugging |
323 | 327 | Python/remote_debug.h @pablogsal |
324 | 328 | Python/remote_debugging.c @pablogsal |
325 | | -Modules/_remote_debugging_module.c @pablogsal @ambv @1st1 |
| 329 | +Modules/_remote_debugging/ @pablogsal |
326 | 330 |
|
327 | 331 | # Sub-Interpreters |
328 | 332 | **/*crossinterp* @ericsnowcurrently |
@@ -537,6 +541,11 @@ Lib/pydoc.py @AA-Turner |
537 | 541 | Lib/pydoc_data/ @AA-Turner |
538 | 542 | Lib/test/test_pydoc/ @AA-Turner |
539 | 543 |
|
| 544 | +# Profiling (Sampling) |
| 545 | +Doc/library/profiling*.rst @pablogsal |
| 546 | +Lib/profiling/ @pablogsal |
| 547 | +Lib/test/test_profiling/ @pablogsal |
| 548 | + |
540 | 549 | # PyREPL |
541 | 550 | Lib/_pyrepl/ @pablogsal @lysnikolaou @ambv |
542 | 551 | Lib/test/test_pyrepl/ @pablogsal @lysnikolaou @ambv |
|
0 commit comments