@@ -80,11 +80,16 @@ Tools/patchcheck/ @AA-Turner
8080# ----------------------------------------------------------------------------
8181
8282# Autotools
83- configure * @ erlend-aasland @ corona10 @ AA-Turner
84- Makefile.pre.in @ erlend-aasland @ AA-Turner
85- Modules /Setup * @ erlend-aasland @ AA-Turner
83+ configure * @ erlend-aasland @ corona10 @ AA-Turner @ emmatyping
84+ Makefile.pre.in @ erlend-aasland @ AA-Turner @ emmatyping
85+ Modules /makesetup @ erlend-aasland @ AA-Turner @ emmatyping
86+ Modules /Setup * @ erlend-aasland @ AA-Turner @ emmatyping
8687Tools /build /regen-configure.sh @ AA-Turner
8788
89+ # generate-build-details
90+ Tools /build /generate-build-details.py @ FFY00
91+ Lib /test /test_build_details.py @ FFY00
92+
8893
8994# ----------------------------------------------------------------------------
9095# Documentation
@@ -121,6 +126,9 @@ Doc/howto/clinic.rst @erlend-aasland @AA-Turner
121126# C Analyser
122127Tools /c-analyzer / @ ericsnowcurrently
123128
129+ # C API Documentation Checks
130+ Tools /check-c-api-docs / @ ZeroIntensity
131+
124132# Fuzzing
125133Modules /_xxtestfuzz / @ ammaraskar
126134
@@ -135,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson
135143Misc /sbom.spdx.json @ sethmlarson
136144Tools /build /generate_sbom.py @ sethmlarson
137145
146+ # ABI check
147+ Misc /libabigail.abignore @ encukou
148+
138149
139150# ----------------------------------------------------------------------------
140151# Platform Support
@@ -149,6 +160,7 @@ Lib/test/test_android.py @mhsmith @freakboy3742
149160# iOS
150161Doc /using /ios.rst @ freakboy3742
151162Lib /_ios_support.py @ freakboy3742
163+ Apple / @ freakboy3742
152164iOS / @ freakboy3742
153165
154166# macOS
@@ -157,16 +169,16 @@ Lib/_osx_support.py @python/macos-team
157169Lib /test /test__osx_support.py @ python/macos-team
158170
159171# WebAssembly
160- Tools /wasm /README.md @ brettcannon @ freakboy3742
172+ Tools /wasm /README.md @ brettcannon @ freakboy3742 @ emmatyping
161173
162174# WebAssembly (Emscripten)
163- Tools /wasm /config.site-wasm32-emscripten @ freakboy3742
164- Tools /wasm /emscripten @ freakboy3742
175+ Tools /wasm /config.site-wasm32-emscripten @ freakboy3742 @ emmatyping
176+ Tools /wasm /emscripten @ freakboy3742 @ emmatyping
165177
166178# WebAssembly (WASI)
167- Tools /wasm /wasi-env @ brettcannon
168- Tools /wasm /wasi.py @ brettcannon
169- Tools /wasm /wasi @ brettcannon
179+ Tools /wasm /wasi-env @ brettcannon @ emmatyping
180+ Tools /wasm /wasi.py @ brettcannon @ emmatyping
181+ Tools /wasm /wasi @ brettcannon @ emmatyping
170182
171183# Windows
172184PC / @ python/windows-team
@@ -239,10 +251,10 @@ Lib/test/test_getpath.py @FFY00
239251Modules /getpath * @ FFY00
240252
241253# Hashing / ``hash()`` and related
242- Include /cpython /pyhash.h @ gpshead @ picnixz @ tiran
243- Include /internal /pycore_pyhash.h @ gpshead @ picnixz @ tiran
244- Include /pyhash.h @ gpshead @ picnixz @ tiran
245- Python /pyhash.c @ gpshead @ picnixz @ tiran
254+ Include /cpython /pyhash.h @ gpshead @ picnixz
255+ Include /internal /pycore_pyhash.h @ gpshead @ picnixz
256+ Include /pyhash.h @ gpshead @ picnixz
257+ Python /pyhash.c @ gpshead @ picnixz
246258
247259# The import system (including importlib)
248260** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
@@ -280,10 +292,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
280292InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
281293
282294# Micro-op / μop / Tier 2 Optimiser
283- Python /optimizer.c @ markshannon
284- Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner
285- Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner
286- Python /optimizer_symbols.c @ markshannon @ tomasr8
295+ Python /optimizer.c @ markshannon @ Fidget-Spinner
296+ Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
297+ Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
298+ Python /optimizer_symbols.c @ markshannon @ tomasr8 @ Fidget-Spinner @ savannahostrowski
287299
288300# Parser, Lexer, and Grammar
289301Grammar /python.gram @ pablogsal @ lysnikolaou
@@ -313,7 +325,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
313325# Remote Debugging
314326Python /remote_debug.h @ pablogsal
315327Python /remote_debugging.c @ pablogsal
316- Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
328+ Modules /_remote_debugging / @ pablogsal
317329
318330# Sub-Interpreters
319331** /* crossinterp * @ ericsnowcurrently
@@ -369,14 +381,14 @@ Lib/calendar.py @AA-Turner
369381Lib /test /test_calendar.py @ AA-Turner
370382
371383# Cryptographic Primitives and Applications
372- ** /* hashlib * @ gpshead @ picnixz @ tiran
373- ** /* hashopenssl * @ gpshead @ picnixz @ tiran
384+ ** /* hashlib * @ gpshead @ picnixz
385+ ** /* hashopenssl * @ gpshead @ picnixz
374386** /* hmac * @ gpshead @ picnixz
375387** /* ssl * @ gpshead @ picnixz
376388Modules /_hacl / @ gpshead @ picnixz
377- Modules /* blake * @ gpshead @ picnixz @ tiran
378- Modules /* md5 * @ gpshead @ picnixz @ tiran
379- Modules /* sha * @ gpshead @ picnixz @ tiran
389+ Modules /* blake * @ gpshead @ picnixz
390+ Modules /* md5 * @ gpshead @ picnixz
391+ Modules /* sha * @ gpshead @ picnixz
380392
381393# Codecs
382394Modules /cjkcodecs / @ corona10
@@ -405,11 +417,15 @@ Lib/test/test_dataclasses/ @ericvsmith
405417
406418# Dates and times
407419Doc /** /* time.rst @ pganssle @ abalkin
420+ Doc /library /zoneinfo.rst @ pganssle
408421Include /datetime.h @ pganssle @ abalkin
409422Include /internal /pycore_time.h @ pganssle @ abalkin
423+ Lib /test /test_zoneinfo / @ pganssle
424+ Lib /zoneinfo / @ pganssle
410425Lib /* time.py @ pganssle @ abalkin
411426Lib /test /datetimetester.py @ pganssle @ abalkin
412427Lib /test /test_ * time.py @ pganssle @ abalkin
428+ Modules /* zoneinfo * @ pganssle
413429Modules /* time * @ pganssle @ abalkin
414430Python /pytime.c @ pganssle @ abalkin
415431
@@ -524,6 +540,11 @@ Lib/pydoc.py @AA-Turner
524540Lib /pydoc_data / @ AA-Turner
525541Lib /test /test_pydoc / @ AA-Turner
526542
543+ # Profiling (Sampling)
544+ Doc /library /profiling * .rst @ pablogsal
545+ Lib /profiling / @ pablogsal
546+ Lib /test /test_profiling / @ pablogsal
547+
527548# PyREPL
528549Lib /_pyrepl / @ pablogsal @ lysnikolaou @ ambv
529550Lib /test /test_pyrepl / @ pablogsal @ lysnikolaou @ ambv
@@ -603,9 +624,9 @@ Lib/test/test_zipfile/_path/ @jaraco
603624Lib /zipfile /_path / @ jaraco
604625
605626# Zstandard
606- Lib /compression /zstd / @ AA-Turner
607- Lib /test /test_zstd.py @ AA-Turner
608- Modules /_zstd / @ AA-Turner
627+ Lib /compression /zstd / @ AA-Turner @ emmatyping
628+ Lib /test /test_zstd.py @ AA-Turner @ emmatyping
629+ Modules /_zstd / @ AA-Turner @ emmatyping
609630
610631# ----------------------------------------------------------------------------
611632
0 commit comments