@@ -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
@@ -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
0 commit comments