@@ -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,33 +262,33 @@ 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
292294.github /workflows /jit.yml @ savannahostrowski
@@ -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
@@ -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