https://github.com/python/cpython/commit/01ccc824ca3deb496e3f27ce409b7951c1a7e121
commit: 01ccc824ca3deb496e3f27ce409b7951c1a7e121
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-05-26T15:46:51+01:00
summary:

[3.14] Add CODEOWNERS for remote debugging (GH-134720) (#134721)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 16331b65e52979..c1de8a529a8db7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -326,3 +326,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

_______________________________________________
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]

Reply via email to