@@ -132,7 +132,9 @@ Tools/c-analyzer/ @ericsnowcurrently
132132Tools /check-c-api-docs / @ ZeroIntensity
133133
134134# Fuzzing
135- Modules /_xxtestfuzz / @ ammaraskar
135+ Modules /_xxtestfuzz / @ python/fuzzers
136+ Lib /test /test_xxtestfuzz.py @ python/fuzzers
137+ .github /workflows /reusable-cifuzz.yml @ python/fuzzers
136138
137139# Limited C API & Stable ABI
138140Doc /c-api /stable.rst @ encukou
@@ -260,35 +262,36 @@ Include/pyhash.h @gpshead @picnixz
260262Python /pyhash.c @ gpshead @ picnixz
261263
262264# The import system (including importlib)
263- ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
264- Python /import.c @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ kumaraditya303
265+ ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ FFY00
266+ Python /import.c @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw @ FFY00 @ kumaraditya303
265267** /* freeze * @ ericsnowcurrently
266268** /* frozen * @ ericsnowcurrently
267269** /* modsupport * @ ericsnowcurrently
268- ** /* modulefinder * @ ericsnowcurrently
270+ ** /* modulefinder * @ ericsnowcurrently @ FFY00
269271** /* moduleobject * @ ericsnowcurrently
270272** /* multiphase * @ ericsnowcurrently
271- ** /* pkgutil * @ ericsnowcurrently
273+ ** /* pkgutil * @ ericsnowcurrently @ FFY00
272274** /* pythonrun * @ ericsnowcurrently
273- ** /* runpy * @ ericsnowcurrently
275+ ** /* runpy * @ ericsnowcurrently @ FFY00
274276** /* singlephase * @ ericsnowcurrently
275277Doc /c-api /module.rst @ ericsnowcurrently
276278Lib /test /test_module / @ ericsnowcurrently
277- Python /dynload_ * .c @ ericsnowcurrently
279+ Python /dynload_ * .c @ ericsnowcurrently @ FFY00
278280
279281# Initialisation
280- ** /* initconfig * @ ericsnowcurrently
281- ** /* pathconfig * @ ericsnowcurrently
282- ** /* preconfig * @ ericsnowcurrently
282+ ** /* initconfig * @ ericsnowcurrently @ FFY00
283+ ** /* pathconfig * @ ericsnowcurrently @ FFY00
284+ ** /* preconfig * @ ericsnowcurrently @ FFY00
283285Doc /library /sys_path_init.rst @ FFY00
284286Doc /c-api /init_config.rst @ FFY00
285287
286288# Interpreter main program
287- Modules /main.c @ ericsnowcurrently
288- Programs /_bootstrap_python.c @ ericsnowcurrently
289- Programs /python.c @ ericsnowcurrently
289+ Modules /main.c @ ericsnowcurrently @ FFY00
290+ Programs /_bootstrap_python.c @ ericsnowcurrently @ FFY00
291+ Programs /python.c @ ericsnowcurrently @ FFY00
290292
291293# JIT
294+ .github /workflows /jit.yml @ savannahostrowski
292295Include /internal /pycore_jit.h @ brandtbucher @ savannahostrowski @ diegorusso
293296Python /jit.c @ brandtbucher @ savannahostrowski @ diegorusso
294297Tools /jit / @ brandtbucher @ savannahostrowski @ diegorusso
@@ -297,8 +300,7 @@ InternalDocs/jit.md @brandtbucher @savannahostrowski @diegorusso @AA-T
297300# Lazy imports (PEP 810)
298301Objects /lazyimportobject.c @ yhg1s @ DinoV @ pablogsal
299302Include /internal /pycore_lazyimportobject.h @ yhg1s @ DinoV @ pablogsal
300- Lib /test /test_import /test_lazy_imports.py @ yhg1s @ DinoV @ pablogsal
301- Lib /test /test_import /data /lazy_imports / @ yhg1s @ DinoV @ pablogsal
303+ Lib /test /test_lazy_import @ yhg1s @ DinoV @ pablogsal
302304
303305# Micro-op / μop / Tier 2 Optimiser
304306Python /optimizer.c @ markshannon @ Fidget-Spinner
@@ -316,8 +318,8 @@ Tools/peg_generator/ @pablogsal @lysnikolaou
316318
317319# Runtime state/lifecycle
318320** /* gil * @ ericsnowcurrently
319- ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
320- ** /* pystate * @ ericsnowcurrently @ ZeroIntensity
321+ ** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity @ FFY00
322+ ** /* pystate * @ ericsnowcurrently @ ZeroIntensity @ FFY00
321323Include /internal /pycore_ * _init.h @ ericsnowcurrently
322324Include /internal /pycore_ * _state.h @ ericsnowcurrently
323325Include /internal /pycore_atexit.h @ ericsnowcurrently
@@ -425,19 +427,19 @@ Lib/dataclasses.py @ericvsmith
425427Lib /test /test_dataclasses / @ ericvsmith
426428
427429# Dates and times
428- Doc /** /* time.rst @ pganssle @ abalkin
429- Doc /library /datetime- * @ pganssle
430- Doc /library /zoneinfo.rst @ pganssle
431- Include /datetime.h @ pganssle @ abalkin
432- Include /internal /pycore_time.h @ pganssle @ abalkin
433- Lib /test /test_zoneinfo / @ pganssle
434- Lib /zoneinfo / @ pganssle
435- Lib /* time.py @ pganssle @ abalkin
436- Lib /test /datetimetester.py @ pganssle @ abalkin
437- Lib /test /test_ * time.py @ pganssle @ abalkin
438- Modules /* zoneinfo * @ pganssle
439- Modules /* time * @ pganssle @ abalkin
440- Python /pytime.c @ pganssle @ abalkin
430+ Doc /** /* time.rst @ pganssle @ StanFromIreland
431+ Doc /library /datetime- * @ pganssle @ StanFromIreland
432+ Doc /library /zoneinfo.rst @ pganssle @ StanFromIreland
433+ Include /datetime.h @ pganssle @ StanFromIreland
434+ Include /internal /pycore_time.h @ pganssle @ StanFromIreland
435+ Lib /test /test_zoneinfo / @ pganssle @ StanFromIreland
436+ Lib /zoneinfo / @ pganssle @ StanFromIreland
437+ Lib /* time.py @ pganssle @ StanFromIreland
438+ Lib /test /datetimetester.py @ pganssle @ StanFromIreland
439+ Lib /test /test_ * time.py @ pganssle @ StanFromIreland
440+ Modules /* zoneinfo * @ pganssle @ StanFromIreland
441+ Modules /* time * @ pganssle @ StanFromIreland
442+ Python /pytime.c @ pganssle @ StanFromIreland
441443
442444# Dbm
443445Doc /library /dbm.rst @ corona10 @ erlend-aasland @ serhiy-storchaka
@@ -505,13 +507,13 @@ Lib/idlelib/ @terryjreedy
505507Lib /turtledemo / @ terryjreedy
506508
507509# importlib.metadata
508- Doc /library /importlib.metadata.rst @ jaraco @ warsaw
509- Lib /importlib /metadata / @ jaraco @ warsaw
510- Lib /test /test_importlib /metadata / @ jaraco @ warsaw
510+ Doc /library /importlib.metadata.rst @ jaraco @ warsaw @ FFY00
511+ Lib /importlib /metadata / @ jaraco @ warsaw @ FFY00
512+ Lib /test /test_importlib /metadata / @ jaraco @ warsaw @ FFY00
511513
512514# importlib.resources
513- Doc /library /importlib.resources.abc.rst @ jaraco @ warsaw
514- Doc /library /importlib.resources.rst @ jaraco @ warsaw
515+ Doc /library /importlib.resources.abc.rst @ jaraco @ warsaw @ FFY00
516+ Doc /library /importlib.resources.rst @ jaraco @ warsaw @ FFY00
515517Lib /importlib /resources / @ jaraco @ warsaw @ FFY00
516518Lib /test /test_importlib /resources / @ jaraco @ warsaw @ FFY00
517519
0 commit comments