@@ -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
@@ -286,10 +289,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
286289InternalDocs /jit.md @ brandtbucher @ savannahostrowski @ diegorusso @ AA-Turner
287290
288291# Micro-op / μop / Tier 2 Optimiser
289- Python /optimizer.c @ markshannon
292+ Python /optimizer.c @ markshannon @ Fidget-Spinner
290293Python /optimizer_analysis.c @ markshannon @ tomasr8 @ Fidget-Spinner
291294Python /optimizer_bytecodes.c @ markshannon @ tomasr8 @ Fidget-Spinner
292- Python /optimizer_symbols.c @ markshannon @ tomasr8
295+ Python /optimizer_symbols.c @ markshannon @ tomasr8 @ Fidget-Spinner
293296
294297# Parser, Lexer, and Grammar
295298Grammar /python.gram @ pablogsal @ lysnikolaou
@@ -319,7 +322,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
319322# Remote Debugging
320323Python /remote_debug.h @ pablogsal
321324Python /remote_debugging.c @ pablogsal
322- Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
325+ Modules /_remote_debugging / @ pablogsal
323326
324327# Sub-Interpreters
325328** /* crossinterp * @ ericsnowcurrently
@@ -534,6 +537,11 @@ Lib/pydoc.py @AA-Turner
534537Lib /pydoc_data / @ AA-Turner
535538Lib /test /test_pydoc / @ AA-Turner
536539
540+ # Profiling (Sampling)
541+ Doc /library /profiling * .rst @ pablogsal
542+ Lib /profiling / @ pablogsal
543+ Lib /test /test_profiling / @ pablogsal
544+
537545# PyREPL
538546Lib /_pyrepl / @ pablogsal @ lysnikolaou @ ambv
539547Lib /test /test_pyrepl / @ pablogsal @ lysnikolaou @ ambv
0 commit comments