https://github.com/python/cpython/commit/ff52e90ea4fca11572c1e48230bd6e6d99f84a4f commit: ff52e90ea4fca11572c1e48230bd6e6d99f84a4f branch: main author: Pablo Galindo Salgado <[email protected]> committer: pablogsal <[email protected]> date: 2025-12-13T19:10:59Z summary:
Add pablogsal as codeowner for profiling sampling files and docs (#142678) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6acc156ebff713..13e06a3f0cb4bb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
