]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add CODEOWNERS for remote debugging (#134720)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 26 May 2025 14:36:30 +0000 (15:36 +0100)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 14:36:30 +0000 (14:36 +0000)
.github/CODEOWNERS

index 88b957669826f7e2e2c1609b5d0211773f77f313..b6bf1700befa7a0af049e775988966b70147840d 100644 (file)
@@ -331,3 +331,8 @@ Modules/_xxtestfuzz/          @ammaraskar
 **/*templateobject*           @lysnikolaou
 **/*templatelib*              @lysnikolaou
 **/*tstring*                  @lysnikolaou
+
+# Remote debugging
+Python/remote_debug.h         @pablogsal
+Python/remote_debugging.c     @pablogsal
+Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
\ No newline at end of file