|
63 | 63 | .azure-pipelines/ @AA-Turner |
64 | 64 |
|
65 | 65 | # GitHub & related scripts |
66 | | -.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz |
67 | | -Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz |
68 | | -Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg |
| 66 | +.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz |
| 67 | +Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz |
| 68 | +Lib/test/test_tools/test_compute_changes.py @AA-Turner @hugovk @webknjaz |
| 69 | +Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg |
69 | 70 |
|
70 | 71 | # Pre-commit |
71 | 72 | .pre-commit-config.yaml @hugovk |
@@ -110,6 +111,7 @@ Doc/tools/ @AA-Turner @hugovk |
110 | 111 | .readthedocs.yml @AA-Turner |
111 | 112 |
|
112 | 113 | # Sections |
| 114 | +Doc/c-api/ @ZeroIntensity |
113 | 115 | Doc/reference/ @willingc @AA-Turner |
114 | 116 | Doc/whatsnew/ @AA-Turner |
115 | 117 |
|
@@ -287,11 +289,18 @@ Programs/_bootstrap_python.c @ericsnowcurrently |
287 | 289 | Programs/python.c @ericsnowcurrently |
288 | 290 |
|
289 | 291 | # JIT |
| 292 | +.github/workflows/jit.yml @savannahostrowski |
290 | 293 | Include/internal/pycore_jit.h @brandtbucher @savannahostrowski @diegorusso |
291 | 294 | Python/jit.c @brandtbucher @savannahostrowski @diegorusso |
292 | 295 | Tools/jit/ @brandtbucher @savannahostrowski @diegorusso |
293 | 296 | InternalDocs/jit.md @brandtbucher @savannahostrowski @diegorusso @AA-Turner |
294 | 297 |
|
| 298 | +# Lazy imports (PEP 810) |
| 299 | +Objects/lazyimportobject.c @yhg1s @DinoV @pablogsal |
| 300 | +Include/internal/pycore_lazyimportobject.h @yhg1s @DinoV @pablogsal |
| 301 | +Lib/test/test_import/test_lazy_imports.py @yhg1s @DinoV @pablogsal |
| 302 | +Lib/test/test_import/data/lazy_imports/ @yhg1s @DinoV @pablogsal |
| 303 | + |
295 | 304 | # Micro-op / μop / Tier 2 Optimiser |
296 | 305 | Python/optimizer.c @markshannon @Fidget-Spinner |
297 | 306 | Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski |
@@ -418,6 +427,7 @@ Lib/test/test_dataclasses/ @ericvsmith |
418 | 427 |
|
419 | 428 | # Dates and times |
420 | 429 | Doc/**/*time.rst @pganssle @abalkin |
| 430 | +Doc/library/datetime-* @pganssle |
421 | 431 | Doc/library/zoneinfo.rst @pganssle |
422 | 432 | Include/datetime.h @pganssle @abalkin |
423 | 433 | Include/internal/pycore_time.h @pganssle @abalkin |
@@ -467,8 +477,9 @@ Lib/test/test_functools.py @rhettinger |
467 | 477 | Modules/_functoolsmodule.c @rhettinger |
468 | 478 |
|
469 | 479 | # Garbage collector |
470 | | -Modules/gcmodule.c @pablogsal |
471 | | -Doc/library/gc.rst @pablogsal |
| 480 | +Modules/gcmodule.c @pablogsal |
| 481 | +Doc/library/gc.rst @pablogsal |
| 482 | +InternalDocs/garbage_collector.md @pablogsal |
472 | 483 |
|
473 | 484 | # Gettext |
474 | 485 | Doc/library/gettext.rst @tomasr8 |
|
0 commit comments