]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add pablogsal as codeowner for profiling sampling files and docs (#142678)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 13 Dec 2025 19:10:59 +0000 (19:10 +0000)
committerGitHub <noreply@github.com>
Sat, 13 Dec 2025 19:10:59 +0000 (19:10 +0000)
.github/CODEOWNERS

index 6acc156ebff7136d694e1f2ab9293cb6162d9564..13e06a3f0cb4bb8aa22b725c410872b85245be3f 100644 (file)
@@ -322,7 +322,7 @@ Tools/build/generate_global_objects.py    @ericsnowcurrently
 # Remote Debugging
 Python/remote_debug.h               @pablogsal
 Python/remote_debugging.c           @pablogsal
-Modules/_remote_debugging_module.c  @pablogsal @ambv @1st1
+Modules/_remote_debugging/          @pablogsal
 
 # Sub-Interpreters
 **/*crossinterp*                          @ericsnowcurrently
@@ -537,6 +537,11 @@ Lib/pydoc.py                  @AA-Turner
 Lib/pydoc_data/               @AA-Turner
 Lib/test/test_pydoc/          @AA-Turner
 
+# Profiling (Sampling)
+Doc/library/profiling*.rst    @pablogsal
+Lib/profiling/                @pablogsal
+Lib/test/test_profiling/      @pablogsal
+
 # PyREPL
 Lib/_pyrepl/                  @pablogsal @lysnikolaou @ambv
 Lib/test/test_pyrepl/         @pablogsal @lysnikolaou @ambv