@@ -86,6 +86,10 @@ Modules/makesetup @erlend-aasland @AA-Turner @emmatyping
8686Modules /Setup * @ erlend-aasland @ AA-Turner @ emmatyping
8787Tools /build /regen-configure.sh @ AA-Turner
8888
89+ # generate-build-details
90+ Tools /build /generate-build-details.py @ FFY00
91+ Lib /test /test_build_details.py @ FFY00
92+
8993
9094# ----------------------------------------------------------------------------
9195# Documentation
@@ -122,6 +126,9 @@ Doc/howto/clinic.rst @erlend-aasland @AA-Turner
122126# C Analyser
123127Tools /c-analyzer / @ ericsnowcurrently
124128
129+ # C API Documentation Checks
130+ Tools /check-c-api-docs / @ ZeroIntensity
131+
125132# Fuzzing
126133Modules /_xxtestfuzz / @ ammaraskar
127134
@@ -241,10 +248,10 @@ Lib/test/test_getpath.py @FFY00
241248Modules /getpath * @ FFY00
242249
243250# Hashing / ``hash()`` and related
244- Include /cpython /pyhash.h @ gpshead @ picnixz @ tiran
245- Include /internal /pycore_pyhash.h @ gpshead @ picnixz @ tiran
246- Include /pyhash.h @ gpshead @ picnixz @ tiran
247- 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
248255
249256# The import system (including importlib)
250257** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
@@ -282,10 +289,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
282289InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
283290
284291# Micro-op / μop / Tier 2 Optimiser
285- Python /optimizer.c @ markshannon
292+ Python /optimizer.c @ markshannon @ Fidget-Spinner
286293Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner
287294Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner
288- Python /optimizer_symbols.c @ markshannon @ tomasr8
295+ Python /optimizer_symbols.c @ markshannon @ tomasr8 @ Fidget-Spinner
289296
290297# Parser, Lexer, and Grammar
291298Grammar /python.gram @ pablogsal @ lysnikolaou
@@ -315,7 +322,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
315322# Remote Debugging
316323Python /remote_debug.h @ pablogsal
317324Python /remote_debugging.c @ pablogsal
318- Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
325+ Modules /_remote_debugging / @ pablogsal
319326
320327# Sub-Interpreters
321328** /* crossinterp * @ ericsnowcurrently
@@ -371,14 +378,14 @@ Lib/calendar.py @AA-Turner
371378Lib /test /test_calendar.py @ AA-Turner
372379
373380# Cryptographic Primitives and Applications
374- ** /* hashlib * @ gpshead @ picnixz @ tiran
375- ** /* hashopenssl * @ gpshead @ picnixz @ tiran
381+ ** /* hashlib * @ gpshead @ picnixz
382+ ** /* hashopenssl * @ gpshead @ picnixz
376383** /* hmac * @ gpshead @ picnixz
377384** /* ssl * @ gpshead @ picnixz
378385Modules /_hacl / @ gpshead @ picnixz
379- Modules /* blake * @ gpshead @ picnixz @ tiran
380- Modules /* md5 * @ gpshead @ picnixz @ tiran
381- Modules /* sha * @ gpshead @ picnixz @ tiran
386+ Modules /* blake * @ gpshead @ picnixz
387+ Modules /* md5 * @ gpshead @ picnixz
388+ Modules /* sha * @ gpshead @ picnixz
382389
383390# Codecs
384391Modules /cjkcodecs / @ corona10
@@ -530,6 +537,11 @@ Lib/pydoc.py @AA-Turner
530537Lib /pydoc_data / @ AA-Turner
531538Lib /test /test_pydoc / @ AA-Turner
532539
540+ # Profiling (Sampling)
541+ Doc /library /profiling * .rst @ pablogsal
542+ Lib /profiling / @ pablogsal
543+ Lib /test /test_profiling / @ pablogsal
544+
533545# PyREPL
534546Lib /_pyrepl / @ pablogsal @ lysnikolaou @ ambv
535547Lib /test /test_pyrepl / @ pablogsal @ lysnikolaou @ ambv
0 commit comments