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
@@ -82,10 +83,14 @@ Tools/patchcheck/ @AA-Turner
8283# Autotools
8384configure * @ erlend-aasland @ corona10 @ AA-Turner @ emmatyping
8485Makefile.pre.in @ erlend-aasland @ AA-Turner @ emmatyping
86+ Modules /makesetup @ erlend-aasland @ AA-Turner @ emmatyping
8587Modules /Setup * @ erlend-aasland @ AA-Turner @ emmatyping
86- Modules /makesetup @ emmatyping
8788Tools /build /regen-configure.sh @ AA-Turner
8889
90+ # generate-build-details
91+ Tools /build /generate-build-details.py @ FFY00
92+ Lib /test /test_build_details.py @ FFY00
93+
8994
9095# ----------------------------------------------------------------------------
9196# Documentation
@@ -106,6 +111,7 @@ Doc/tools/ @AA-Turner @hugovk
106111.readthedocs.yml @ AA-Turner
107112
108113# Sections
114+ Doc /c-api / @ ZeroIntensity
109115Doc /reference / @ willingc @ AA-Turner
110116Doc /whatsnew / @ AA-Turner
111117
@@ -122,6 +128,9 @@ Doc/howto/clinic.rst @erlend-aasland @AA-Turner
122128# C Analyser
123129Tools /c-analyzer / @ ericsnowcurrently
124130
131+ # C API Documentation Checks
132+ Tools /check-c-api-docs / @ ZeroIntensity
133+
125134# Fuzzing
126135Modules /_xxtestfuzz / @ ammaraskar
127136
@@ -136,6 +145,9 @@ Misc/externals.spdx.json @sethmlarson
136145Misc /sbom.spdx.json @ sethmlarson
137146Tools /build /generate_sbom.py @ sethmlarson
138147
148+ # ABI check
149+ Misc /libabigail.abignore @ encukou
150+
139151
140152# ----------------------------------------------------------------------------
141153# Platform Support
@@ -150,6 +162,7 @@ Lib/test/test_android.py @mhsmith @freakboy3742
150162# iOS
151163Doc /using /ios.rst @ freakboy3742
152164Lib /_ios_support.py @ freakboy3742
165+ Apple / @ freakboy3742
153166iOS / @ freakboy3742
154167
155168# macOS
@@ -165,9 +178,10 @@ Tools/wasm/config.site-wasm32-emscripten @freakboy3742 @emmatyping
165178Tools /wasm /emscripten @ freakboy3742 @ emmatyping
166179
167180# WebAssembly (WASI)
168- Tools /wasm /wasi-env @ brettcannon @ emmatyping
169- Tools /wasm /wasi.py @ brettcannon @ emmatyping
170- Tools /wasm /wasi @ brettcannon @ emmatyping
181+ Platforms /WASI @ brettcannon @ emmatyping @ savannahostrowski
182+ Tools /wasm /wasi-env @ brettcannon @ emmatyping @ savannahostrowski
183+ Tools /wasm /wasi.py @ brettcannon @ emmatyping @ savannahostrowski
184+ Tools /wasm /wasi @ brettcannon @ emmatyping @ savannahostrowski
171185
172186# Windows
173187PC / @ python/windows-team
@@ -240,51 +254,57 @@ Lib/test/test_getpath.py @FFY00
240254Modules /getpath * @ FFY00
241255
242256# Hashing / ``hash()`` and related
243- Include /cpython /pyhash.h @ gpshead @ picnixz @ tiran
244- Include /internal /pycore_pyhash.h @ gpshead @ picnixz @ tiran
245- Include /pyhash.h @ gpshead @ picnixz @ tiran
246- Python /pyhash.c @ gpshead @ picnixz @ tiran
257+ Include /cpython /pyhash.h @ gpshead @ picnixz
258+ Include /internal /pycore_pyhash.h @ gpshead @ picnixz
259+ Include /pyhash.h @ gpshead @ picnixz
260+ Python /pyhash.c @ gpshead @ picnixz
247261
248262# The import system (including importlib)
249- ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
250- Python /import.c @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ kumaraditya303
263+ ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ FFY00
264+ Python /import.c @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ FFY00 @ kumaraditya303
251265** /* freeze * @ ericsnowcurrently
252266** /* frozen * @ ericsnowcurrently
253267** /* modsupport * @ ericsnowcurrently
254- ** /* modulefinder * @ ericsnowcurrently
268+ ** /* modulefinder * @ ericsnowcurrently @ FFY00
255269** /* moduleobject * @ ericsnowcurrently
256270** /* multiphase * @ ericsnowcurrently
257- ** /* pkgutil * @ ericsnowcurrently
271+ ** /* pkgutil * @ ericsnowcurrently @ FFY00
258272** /* pythonrun * @ ericsnowcurrently
259- ** /* runpy * @ ericsnowcurrently
273+ ** /* runpy * @ ericsnowcurrently @ FFY00
260274** /* singlephase * @ ericsnowcurrently
261275Doc /c-api /module.rst @ ericsnowcurrently
262276Lib /test /test_module / @ ericsnowcurrently
263- Python /dynload_ * .c @ ericsnowcurrently
277+ Python /dynload_ * .c @ ericsnowcurrently @ FFY00
264278
265279# Initialisation
266- ** /* initconfig * @ ericsnowcurrently
267- ** /* pathconfig * @ ericsnowcurrently
268- ** /* preconfig * @ ericsnowcurrently
280+ ** /* initconfig * @ ericsnowcurrently @ FFY00
281+ ** /* pathconfig * @ ericsnowcurrently @ FFY00
282+ ** /* preconfig * @ ericsnowcurrently @ FFY00
269283Doc /library /sys_path_init.rst @ FFY00
270284Doc /c-api /init_config.rst @ FFY00
271285
272286# Interpreter main program
273- Modules /main.c @ ericsnowcurrently
274- Programs /_bootstrap_python.c @ ericsnowcurrently
275- Programs /python.c @ ericsnowcurrently
287+ Modules /main.c @ ericsnowcurrently @ FFY00
288+ Programs /_bootstrap_python.c @ ericsnowcurrently @ FFY00
289+ Programs /python.c @ ericsnowcurrently @ FFY00
276290
277291# JIT
292+ .github /workflows /jit.yml @ savannahostrowski
278293Include /internal /pycore_jit.h @ brandtbucher @ savannahostrowski @ diegorusso
279294Python /jit.c @ brandtbucher @ savannahostrowski @ diegorusso
280295Tools /jit / @ brandtbucher @ savannahostrowski @ diegorusso
281296InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
282297
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_lazy_import @ yhg1s @ DinoV @ pablogsal
302+
283303# Micro-op / μop / Tier 2 Optimiser
284- Python /optimizer.c @ markshannon
285- Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner
286- Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner
287- Python /optimizer_symbols.c @ markshannon @ tomasr8
304+ Python /optimizer.c @ markshannon @ Fidget-Spinner
305+ Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
306+ Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
307+ Python /optimizer_symbols.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
288308
289309# Parser, Lexer, and Grammar
290310Grammar /python.gram @ pablogsal @ lysnikolaou
@@ -296,8 +316,8 @@ Tools/peg_generator/ @pablogsal @lysnikolaou
296316
297317# Runtime state/lifecycle
298318** /* gil * @ ericsnowcurrently
299- ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
300- ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
319+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity @ FFY00
320+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity @ FFY00
301321Include /internal /pycore_ * _init.h @ ericsnowcurrently
302322Include /internal /pycore_ * _state.h @ ericsnowcurrently
303323Include /internal /pycore_atexit.h @ ericsnowcurrently
@@ -314,7 +334,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
314334# Remote Debugging
315335Python /remote_debug.h @ pablogsal
316336Python /remote_debugging.c @ pablogsal
317- Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
337+ Modules /_remote_debugging / @ pablogsal
318338
319339# Sub-Interpreters
320340** /* crossinterp * @ ericsnowcurrently
@@ -370,14 +390,14 @@ Lib/calendar.py @AA-Turner
370390Lib /test /test_calendar.py @ AA-Turner
371391
372392# Cryptographic Primitives and Applications
373- ** /* hashlib * @ gpshead @ picnixz @ tiran
374- ** /* hashopenssl * @ gpshead @ picnixz @ tiran
393+ ** /* hashlib * @ gpshead @ picnixz
394+ ** /* hashopenssl * @ gpshead @ picnixz
375395** /* hmac * @ gpshead @ picnixz
376396** /* ssl * @ gpshead @ picnixz
377397Modules /_hacl / @ gpshead @ picnixz
378- Modules /* blake * @ gpshead @ picnixz @ tiran
379- Modules /* md5 * @ gpshead @ picnixz @ tiran
380- Modules /* sha * @ gpshead @ picnixz @ tiran
398+ Modules /* blake * @ gpshead @ picnixz
399+ Modules /* md5 * @ gpshead @ picnixz
400+ Modules /* sha * @ gpshead @ picnixz
381401
382402# Codecs
383403Modules /cjkcodecs / @ corona10
@@ -405,14 +425,19 @@ Lib/dataclasses.py @ericvsmith
405425Lib /test /test_dataclasses / @ ericvsmith
406426
407427# Dates and times
408- Doc /** /* time.rst @ pganssle @ abalkin
409- Include /datetime.h @ pganssle @ abalkin
410- Include /internal /pycore_time.h @ pganssle @ abalkin
411- Lib /* time.py @ pganssle @ abalkin
412- Lib /test /datetimetester.py @ pganssle @ abalkin
413- Lib /test /test_ * time.py @ pganssle @ abalkin
414- Modules /* time * @ pganssle @ abalkin
415- Python /pytime.c @ pganssle @ abalkin
428+ Doc /** /* time.rst @ pganssle @ abalkin @ StanFromIreland
429+ Doc /library /datetime- * @ pganssle @ StanFromIreland
430+ Doc /library /zoneinfo.rst @ pganssle @ StanFromIreland
431+ Include /datetime.h @ pganssle @ abalkin @ StanFromIreland
432+ Include /internal /pycore_time.h @ pganssle @ abalkin @ StanFromIreland
433+ Lib /test /test_zoneinfo / @ pganssle @ StanFromIreland
434+ Lib /zoneinfo / @ pganssle @ StanFromIreland
435+ Lib /* time.py @ pganssle @ abalkin @ StanFromIreland
436+ Lib /test /datetimetester.py @ pganssle @ abalkin @ StanFromIreland
437+ Lib /test /test_ * time.py @ pganssle @ abalkin @ StanFromIreland
438+ Modules /* zoneinfo * @ pganssle @ StanFromIreland
439+ Modules /* time * @ pganssle @ abalkin @ StanFromIreland
440+ Python /pytime.c @ pganssle @ abalkin @ StanFromIreland
416441
417442# Dbm
418443Doc /library /dbm.rst @ corona10 @ erlend-aasland @ serhiy-storchaka
@@ -451,8 +476,9 @@ Lib/test/test_functools.py @rhettinger
451476Modules /_functoolsmodule.c @ rhettinger
452477
453478# Garbage collector
454- Modules /gcmodule.c @ pablogsal
455- Doc /library /gc.rst @ pablogsal
479+ Modules /gcmodule.c @ pablogsal
480+ Doc /library /gc.rst @ pablogsal
481+ InternalDocs /garbage_collector.md @ pablogsal
456482
457483# Gettext
458484Doc /library /gettext.rst @ tomasr8
@@ -479,13 +505,13 @@ Lib/idlelib/ @terryjreedy
479505Lib /turtledemo / @ terryjreedy
480506
481507# importlib.metadata
482- Doc /library /importlib.metadata.rst @ jaraco @ warsaw
483- Lib /importlib /metadata / @ jaraco @ warsaw
484- Lib /test /test_importlib /metadata / @ jaraco @ warsaw
508+ Doc /library /importlib.metadata.rst @ jaraco @ warsaw @ FFY00
509+ Lib /importlib /metadata / @ jaraco @ warsaw @ FFY00
510+ Lib /test /test_importlib /metadata / @ jaraco @ warsaw @ FFY00
485511
486512# importlib.resources
487- Doc /library /importlib.resources.abc.rst @ jaraco @ warsaw
488- Doc /library /importlib.resources.rst @ jaraco @ warsaw
513+ Doc /library /importlib.resources.abc.rst @ jaraco @ warsaw @ FFY00
514+ Doc /library /importlib.resources.rst @ jaraco @ warsaw @ FFY00
489515Lib /importlib /resources / @ jaraco @ warsaw @ FFY00
490516Lib /test /test_importlib /resources / @ jaraco @ warsaw @ FFY00
491517
@@ -525,6 +551,11 @@ Lib/pydoc.py @AA-Turner
525551Lib /pydoc_data / @ AA-Turner
526552Lib /test /test_pydoc / @ AA-Turner
527553
554+ # Profiling (Sampling)
555+ Doc /library /profiling * .rst @ pablogsal
556+ Lib /profiling / @ pablogsal
557+ Lib /test /test_profiling / @ pablogsal
558+
528559# PyREPL
529560Lib /_pyrepl / @ pablogsal @ lysnikolaou @ ambv
530561Lib /test /test_pyrepl / @ pablogsal @ lysnikolaou @ ambv
0 commit comments