Skip to content

Commit a6bef51

Browse files
committed
Add pablogsal as codeowner for profiling sampling files and docs
Add ownership entries for the sampling profiler (Tachyon) including the Lib/profiling/ package, test files, and documentation. Also add the Modules/_remote_debugging/ directory to the existing remote debugging section.
1 parent c865ab3 commit a6bef51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
323323
Python/remote_debug.h @pablogsal
324324
Python/remote_debugging.c @pablogsal
325325
Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
326+
Modules/_remote_debugging/ @pablogsal
326327

327328
# Sub-Interpreters
328329
**/*crossinterp* @ericsnowcurrently
@@ -537,6 +538,11 @@ Lib/pydoc.py @AA-Turner
537538
Lib/pydoc_data/ @AA-Turner
538539
Lib/test/test_pydoc/ @AA-Turner
539540

541+
# Profiling (Sampling)
542+
Doc/library/profiling*.rst @pablogsal
543+
Lib/profiling/ @pablogsal
544+
Lib/test/test_profiling/ @pablogsal
545+
540546
# PyREPL
541547
Lib/_pyrepl/ @pablogsal @lysnikolaou @ambv
542548
Lib/test/test_pyrepl/ @pablogsal @lysnikolaou @ambv

0 commit comments

Comments
 (0)