@@ -126,6 +126,9 @@ Doc/howto/clinic.rst @erlend-aasland @AA-Turner
126126# C Analyser
127127Tools /c-analyzer / @ ericsnowcurrently
128128
129+ # C API Documentation Checks
130+ Tools /check-c-api-docs / @ ZeroIntensity
131+
129132# Fuzzing
130133Modules /_xxtestfuzz / @ ammaraskar
131134
@@ -140,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson
140143Misc /sbom.spdx.json @ sethmlarson
141144Tools /build /generate_sbom.py @ sethmlarson
142145
146+ # ABI check
147+ Misc /libabigail.abignore @ encukou
148+
143149
144150# ----------------------------------------------------------------------------
145151# Platform Support
@@ -286,10 +292,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
286292InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
287293
288294# Micro-op / μop / Tier 2 Optimiser
289- Python /optimizer.c @ markshannon
290- Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner
291- Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner
292- 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
293299
294300# Parser, Lexer, and Grammar
295301Grammar /python.gram @ pablogsal @ lysnikolaou
@@ -319,7 +325,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
319325# Remote Debugging
320326Python /remote_debug.h @ pablogsal
321327Python /remote_debugging.c @ pablogsal
322- Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
328+ Modules /_remote_debugging / @ pablogsal
323329
324330# Sub-Interpreters
325331** /* crossinterp * @ ericsnowcurrently
@@ -534,6 +540,11 @@ Lib/pydoc.py @AA-Turner
534540Lib /pydoc_data / @ AA-Turner
535541Lib /test /test_pydoc / @ AA-Turner
536542
543+ # Profiling (Sampling)
544+ Doc /library /profiling * .rst @ pablogsal
545+ Lib /profiling / @ pablogsal
546+ Lib /test /test_profiling / @ pablogsal
547+
537548# PyREPL
538549Lib /_pyrepl / @ pablogsal @ lysnikolaou @ ambv
539550Lib /test /test_pyrepl / @ pablogsal @ lysnikolaou @ ambv
0 commit comments