6363.azure-pipelines / @ AA-Turner
6464
6565# GitHub & related scripts
66- .github / @ ezio-melotti @ hugovk @ AA-Turner
67- Tools /build /compute-changes.py @ AA-Turner
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
6970
7071# Pre-commit
7172.pre-commit-config.yaml @ hugovk
@@ -99,17 +100,18 @@ Lib/test/test_build_details.py @FFY00
99100InternalDocs / @ AA-Turner
100101
101102# Tools, Configuration, etc
102- Doc /Makefile @ AA-Turner @ hugovk
103- Doc /_static / @ AA-Turner @ hugovk
104- Doc /conf.py @ AA-Turner @ hugovk
105- Doc /make.bat @ AA-Turner @ hugovk
106- Doc /requirements.txt @ AA-Turner @ hugovk
107- Doc /tools / @ AA-Turner @ hugovk
103+ Doc /Makefile @ AA-Turner @ hugovk @ StanFromIreland
104+ Doc /_static / @ AA-Turner @ hugovk @ StanFromIreland
105+ Doc /conf.py @ AA-Turner @ hugovk @ StanFromIreland
106+ Doc /make.bat @ AA-Turner @ hugovk @ StanFromIreland
107+ Doc /requirements.txt @ AA-Turner @ hugovk @ StanFromIreland
108+ Doc /tools / @ AA-Turner @ hugovk @ StanFromIreland
108109
109110# PR Previews
110111.readthedocs.yml @ AA-Turner
111112
112113# Sections
114+ Doc /c-api / @ ZeroIntensity
113115Doc /reference / @ willingc @ AA-Turner
114116Doc /whatsnew / @ AA-Turner
115117
@@ -130,7 +132,9 @@ Tools/c-analyzer/ @ericsnowcurrently
130132Tools /check-c-api-docs / @ ZeroIntensity
131133
132134# Fuzzing
133- Modules /_xxtestfuzz / @ ammaraskar
135+ Modules /_xxtestfuzz / @ python/fuzzers
136+ Lib /test /test_xxtestfuzz.py @ python/fuzzers
137+ .github /workflows /reusable-cifuzz.yml @ python/fuzzers
134138
135139# Limited C API & Stable ABI
136140Doc /c-api /stable.rst @ encukou
@@ -152,16 +156,15 @@ Misc/libabigail.abignore @encukou
152156# ----------------------------------------------------------------------------
153157
154158# Android
155- Android / @ mhsmith @ freakboy3742
159+ Platforms / Android / @ mhsmith @ freakboy3742
156160Doc /using /android.rst @ mhsmith @ freakboy3742
157161Lib /_android_support.py @ mhsmith @ freakboy3742
158162Lib /test /test_android.py @ mhsmith @ freakboy3742
159163
160164# iOS
161165Doc /using /ios.rst @ freakboy3742
162166Lib /_ios_support.py @ freakboy3742
163- Apple / @ freakboy3742
164- iOS / @ freakboy3742
167+ Platforms /Apple / @ freakboy3742
165168
166169# macOS
167170Mac / @ python/macos-team
@@ -172,10 +175,11 @@ Lib/test/test__osx_support.py @python/macos-team
172175Tools /wasm /README.md @ brettcannon @ freakboy3742 @ emmatyping
173176
174177# WebAssembly (Emscripten)
175- Tools / wasm / config.site-wasm32- emscripten @ freakboy3742 @ emmatyping
176- Tools /wasm /emscripten @ freakboy3742 @ emmatyping
178+ Platforms / emscripten @ freakboy3742 @ emmatyping
179+ Tools /wasm /emscripten @ freakboy3742 @ emmatyping
177180
178181# WebAssembly (WASI)
182+ Platforms /WASI @ brettcannon @ emmatyping @ savannahostrowski
179183Tools /wasm /wasi-env @ brettcannon @ emmatyping @ savannahostrowski
180184Tools /wasm /wasi.py @ brettcannon @ emmatyping @ savannahostrowski
181185Tools /wasm /wasi @ brettcannon @ emmatyping @ savannahostrowski
@@ -257,40 +261,46 @@ Include/pyhash.h @gpshead @picnixz
257261Python /pyhash.c @ gpshead @ picnixz
258262
259263# The import system (including importlib)
260- ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
261- Python /import.c @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ kumaraditya303
264+ ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ FFY00
265+ Python /import.c @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ FFY00 @ kumaraditya303
262266** /* freeze * @ ericsnowcurrently
263267** /* frozen * @ ericsnowcurrently
264268** /* modsupport * @ ericsnowcurrently
265- ** /* modulefinder * @ ericsnowcurrently
269+ ** /* modulefinder * @ ericsnowcurrently @ FFY00
266270** /* moduleobject * @ ericsnowcurrently
267271** /* multiphase * @ ericsnowcurrently
268- ** /* pkgutil * @ ericsnowcurrently
272+ ** /* pkgutil * @ ericsnowcurrently @ FFY00
269273** /* pythonrun * @ ericsnowcurrently
270- ** /* runpy * @ ericsnowcurrently
274+ ** /* runpy * @ ericsnowcurrently @ FFY00
271275** /* singlephase * @ ericsnowcurrently
272276Doc /c-api /module.rst @ ericsnowcurrently
273277Lib /test /test_module / @ ericsnowcurrently
274- Python /dynload_ * .c @ ericsnowcurrently
278+ Python /dynload_ * .c @ ericsnowcurrently @ FFY00
275279
276280# Initialisation
277- ** /* initconfig * @ ericsnowcurrently
278- ** /* pathconfig * @ ericsnowcurrently
279- ** /* preconfig * @ ericsnowcurrently
281+ ** /* initconfig * @ ericsnowcurrently @ FFY00
282+ ** /* pathconfig * @ ericsnowcurrently @ FFY00
283+ ** /* preconfig * @ ericsnowcurrently @ FFY00
280284Doc /library /sys_path_init.rst @ FFY00
281285Doc /c-api /init_config.rst @ FFY00
282286
283287# Interpreter main program
284- Modules /main.c @ ericsnowcurrently
285- Programs /_bootstrap_python.c @ ericsnowcurrently
286- Programs /python.c @ ericsnowcurrently
288+ Modules /main.c @ ericsnowcurrently @ FFY00
289+ Programs /_bootstrap_python.c @ ericsnowcurrently @ FFY00
290+ Programs /python.c @ ericsnowcurrently @ FFY00
287291
288292# JIT
293+ .github /workflows /jit.yml @ savannahostrowski
289294Include /internal /pycore_jit.h @ brandtbucher @ savannahostrowski @ diegorusso
290295Python /jit.c @ brandtbucher @ savannahostrowski @ diegorusso
291296Tools /jit / @ brandtbucher @ savannahostrowski @ diegorusso
292297InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
293298
299+ # Lazy imports (PEP 810)
300+ Objects /lazyimportobject.c @ yhg1s @ DinoV @ pablogsal
301+ Include /internal /pycore_lazyimportobject.h @ yhg1s @ DinoV @ pablogsal
302+ Lib /test /test_lazy_import @ yhg1s @ DinoV @ pablogsal
303+
294304# Micro-op / μop / Tier 2 Optimiser
295305Python /optimizer.c @ markshannon @ Fidget-Spinner
296306Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
@@ -307,8 +317,8 @@ Tools/peg_generator/ @pablogsal @lysnikolaou
307317
308318# Runtime state/lifecycle
309319** /* gil * @ ericsnowcurrently
310- ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
311- ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
320+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity @ FFY00
321+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity @ FFY00
312322Include /internal /pycore_ * _init.h @ ericsnowcurrently
313323Include /internal /pycore_ * _state.h @ ericsnowcurrently
314324Include /internal /pycore_atexit.h @ ericsnowcurrently
@@ -416,18 +426,19 @@ Lib/dataclasses.py @ericvsmith
416426Lib /test /test_dataclasses / @ ericvsmith
417427
418428# Dates and times
419- Doc /** /* time.rst @ pganssle @ abalkin
420- Doc /library /zoneinfo.rst @ pganssle
421- Include /datetime.h @ pganssle @ abalkin
422- Include /internal /pycore_time.h @ pganssle @ abalkin
423- Lib /test /test_zoneinfo / @ pganssle
424- Lib /zoneinfo / @ pganssle
425- Lib /* time.py @ pganssle @ abalkin
426- Lib /test /datetimetester.py @ pganssle @ abalkin
427- Lib /test /test_ * time.py @ pganssle @ abalkin
428- Modules /* zoneinfo * @ pganssle
429- Modules /* time * @ pganssle @ abalkin
430- Python /pytime.c @ pganssle @ abalkin
429+ Doc /** /* time.rst @ pganssle @ StanFromIreland
430+ Doc /library /datetime- * @ pganssle @ StanFromIreland
431+ Doc /library /zoneinfo.rst @ pganssle @ StanFromIreland
432+ Include /datetime.h @ pganssle @ StanFromIreland
433+ Include /internal /pycore_time.h @ pganssle @ StanFromIreland
434+ Lib /test /test_zoneinfo / @ pganssle @ StanFromIreland
435+ Lib /zoneinfo / @ pganssle @ StanFromIreland
436+ Lib /* time.py @ pganssle @ StanFromIreland
437+ Lib /test /datetimetester.py @ pganssle @ StanFromIreland
438+ Lib /test /test_ * time.py @ pganssle @ StanFromIreland
439+ Modules /* zoneinfo * @ pganssle @ StanFromIreland
440+ Modules /* time * @ pganssle @ StanFromIreland
441+ Python /pytime.c @ pganssle @ StanFromIreland
431442
432443# Dbm
433444Doc /library /dbm.rst @ corona10 @ erlend-aasland @ serhiy-storchaka
@@ -466,8 +477,9 @@ Lib/test/test_functools.py @rhettinger
466477Modules /_functoolsmodule.c @ rhettinger
467478
468479# Garbage collector
469- Modules /gcmodule.c @ pablogsal
470- Doc /library /gc.rst @ pablogsal
480+ Modules /gcmodule.c @ pablogsal
481+ Doc /library /gc.rst @ pablogsal
482+ InternalDocs /garbage_collector.md @ pablogsal
471483
472484# Gettext
473485Doc /library /gettext.rst @ tomasr8
@@ -494,13 +506,13 @@ Lib/idlelib/ @terryjreedy
494506Lib /turtledemo / @ terryjreedy
495507
496508# importlib.metadata
497- Doc /library /importlib.metadata.rst @ jaraco @ warsaw
498- Lib /importlib /metadata / @ jaraco @ warsaw
499- Lib /test /test_importlib /metadata / @ jaraco @ warsaw
509+ Doc /library /importlib.metadata.rst @ jaraco @ warsaw @ FFY00
510+ Lib /importlib /metadata / @ jaraco @ warsaw @ FFY00
511+ Lib /test /test_importlib /metadata / @ jaraco @ warsaw @ FFY00
500512
501513# importlib.resources
502- Doc /library /importlib.resources.abc.rst @ jaraco @ warsaw
503- Doc /library /importlib.resources.rst @ jaraco @ warsaw
514+ Doc /library /importlib.resources.abc.rst @ jaraco @ warsaw @ FFY00
515+ Doc /library /importlib.resources.rst @ jaraco @ warsaw @ FFY00
504516Lib /importlib /resources / @ jaraco @ warsaw @ FFY00
505517Lib /test /test_importlib /resources / @ jaraco @ warsaw @ FFY00
506518
@@ -561,9 +573,9 @@ Lib/shutil.py @giampaolo
561573Lib /test /test_shutil.py @ giampaolo
562574
563575# Site
564- Lib /site.py @ FFY00
565- Lib /test /test_site.py @ FFY00
566- Doc /library /site.rst @ FFY00
576+ Lib /site.py @ FFY00 @ warsaw
577+ Lib /test /test_site.py @ FFY00 @ warsaw
578+ Doc /library /site.rst @ FFY00 @ warsaw
567579
568580# string.templatelib
569581Doc /library /string.templatelib.rst @ lysnikolaou @ AA-Turner
0 commit comments