Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123bbfd commit ff52e90Copy full SHA for ff52e90
1 file changed
.github/CODEOWNERS
@@ -322,7 +322,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
322
# Remote Debugging
323
Python/remote_debug.h @pablogsal
324
Python/remote_debugging.c @pablogsal
325
-Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
+Modules/_remote_debugging/ @pablogsal
326
327
# Sub-Interpreters
328
**/*crossinterp* @ericsnowcurrently
@@ -537,6 +537,11 @@ Lib/pydoc.py @AA-Turner
537
Lib/pydoc_data/ @AA-Turner
538
Lib/test/test_pydoc/ @AA-Turner
539
540
+# Profiling (Sampling)
541
+Doc/library/profiling*.rst @pablogsal
542
+Lib/profiling/ @pablogsal
543
+Lib/test/test_profiling/ @pablogsal
544
+
545
# PyREPL
546
Lib/_pyrepl/ @pablogsal @lysnikolaou @ambv
547
Lib/test/test_pyrepl/ @pablogsal @lysnikolaou @ambv
0 commit comments