@@ -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
@@ -149,6 +157,7 @@ Lib/test/test_android.py @mhsmith @freakboy3742
149157# iOS
150158Doc /using /ios.rst @ freakboy3742
151159Lib /_ios_support.py @ freakboy3742
160+ Apple / @ freakboy3742
152161iOS / @ freakboy3742
153162
154163# macOS
@@ -157,16 +166,16 @@ Lib/_osx_support.py @python/macos-team
157166Lib /test /test__osx_support.py @ python/macos-team
158167
159168# WebAssembly
160- Tools /wasm /README.md @ brettcannon @ freakboy3742
169+ Tools /wasm /README.md @ brettcannon @ freakboy3742 @ emmatyping
161170
162171# WebAssembly (Emscripten)
163- Tools /wasm /config.site-wasm32-emscripten @ freakboy3742
164- Tools /wasm /emscripten @ freakboy3742
172+ Tools /wasm /config.site-wasm32-emscripten @ freakboy3742 @ emmatyping
173+ Tools /wasm /emscripten @ freakboy3742 @ emmatyping
165174
166175# WebAssembly (WASI)
167- Tools /wasm /wasi-env @ brettcannon
168- Tools /wasm /wasi.py @ brettcannon
169- Tools /wasm /wasi @ brettcannon
176+ Tools /wasm /wasi-env @ brettcannon @ emmatyping
177+ Tools /wasm /wasi.py @ brettcannon @ emmatyping
178+ Tools /wasm /wasi @ brettcannon @ emmatyping
170179
171180# Windows
172181PC / @ python/windows-team
@@ -239,10 +248,10 @@ Lib/test/test_getpath.py @FFY00
239248Modules /getpath * @ FFY00
240249
241250# 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
251+ Include /cpython /pyhash.h @ gpshead @ picnixz
252+ Include /internal /pycore_pyhash.h @ gpshead @ picnixz
253+ Include /pyhash.h @ gpshead @ picnixz
254+ Python /pyhash.c @ gpshead @ picnixz
246255
247256# The import system (including importlib)
248257** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
@@ -280,10 +289,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
280289InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
281290
282291# Micro-op / μop / Tier 2 Optimiser
283- Python /optimizer.c @ markshannon
292+ Python /optimizer.c @ markshannon @ Fidget-Spinner
284293Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner
285294Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner
286- Python /optimizer_symbols.c @ markshannon @ tomasr8
295+ Python /optimizer_symbols.c @ markshannon @ tomasr8 @ Fidget-Spinner
287296
288297# Parser, Lexer, and Grammar
289298Grammar /python.gram @ pablogsal @ lysnikolaou
@@ -313,7 +322,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
313322# Remote Debugging
314323Python /remote_debug.h @ pablogsal
315324Python /remote_debugging.c @ pablogsal
316- Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
325+ Modules /_remote_debugging / @ pablogsal
317326
318327# Sub-Interpreters
319328** /* crossinterp * @ ericsnowcurrently
@@ -369,14 +378,14 @@ Lib/calendar.py @AA-Turner
369378Lib /test /test_calendar.py @ AA-Turner
370379
371380# Cryptographic Primitives and Applications
372- ** /* hashlib * @ gpshead @ picnixz @ tiran
373- ** /* hashopenssl * @ gpshead @ picnixz @ tiran
381+ ** /* hashlib * @ gpshead @ picnixz
382+ ** /* hashopenssl * @ gpshead @ picnixz
374383** /* hmac * @ gpshead @ picnixz
375384** /* ssl * @ gpshead @ picnixz
376385Modules /_hacl / @ gpshead @ picnixz
377- Modules /* blake * @ gpshead @ picnixz @ tiran
378- Modules /* md5 * @ gpshead @ picnixz @ tiran
379- Modules /* sha * @ gpshead @ picnixz @ tiran
386+ Modules /* blake * @ gpshead @ picnixz
387+ Modules /* md5 * @ gpshead @ picnixz
388+ Modules /* sha * @ gpshead @ picnixz
380389
381390# Codecs
382391Modules /cjkcodecs / @ corona10
@@ -405,11 +414,15 @@ Lib/test/test_dataclasses/ @ericvsmith
405414
406415# Dates and times
407416Doc /** /* time.rst @ pganssle @ abalkin
417+ Doc /library /zoneinfo.rst @ pganssle
408418Include /datetime.h @ pganssle @ abalkin
409419Include /internal /pycore_time.h @ pganssle @ abalkin
420+ Lib /test /test_zoneinfo / @ pganssle
421+ Lib /zoneinfo / @ pganssle
410422Lib /* time.py @ pganssle @ abalkin
411423Lib /test /datetimetester.py @ pganssle @ abalkin
412424Lib /test /test_ * time.py @ pganssle @ abalkin
425+ Modules /* zoneinfo * @ pganssle
413426Modules /* time * @ pganssle @ abalkin
414427Python /pytime.c @ pganssle @ abalkin
415428
@@ -524,6 +537,11 @@ Lib/pydoc.py @AA-Turner
524537Lib /pydoc_data / @ AA-Turner
525538Lib /test /test_pydoc / @ AA-Turner
526539
540+ # Profiling (Sampling)
541+ Doc /library /profiling * .rst @ pablogsal
542+ Lib /profiling / @ pablogsal
543+ Lib /test /test_profiling / @ pablogsal
544+
527545# PyREPL
528546Lib /_pyrepl / @ pablogsal @ lysnikolaou @ ambv
529547Lib /test /test_pyrepl / @ pablogsal @ lysnikolaou @ ambv
@@ -603,9 +621,9 @@ Lib/test/test_zipfile/_path/ @jaraco
603621Lib /zipfile /_path / @ jaraco
604622
605623# Zstandard
606- Lib /compression /zstd / @ AA-Turner
607- Lib /test /test_zstd.py @ AA-Turner
608- Modules /_zstd / @ AA-Turner
624+ Lib /compression /zstd / @ AA-Turner @ emmatyping
625+ Lib /test /test_zstd.py @ AA-Turner @ emmatyping
626+ Modules /_zstd / @ AA-Turner @ emmatyping
609627
610628# ----------------------------------------------------------------------------
611629
0 commit comments