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

This commit is contained in:
Miss Islington (bot) 2025-05-26 16:46:51 +02:00 committed by GitHub
parent 6c917cb11c
commit 01ccc824ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.github/CODEOWNERS vendored
View file

@ -326,3 +326,8 @@ Modules/_xxtestfuzz/ @ammaraskar
**/*templateobject* @lysnikolaou **/*templateobject* @lysnikolaou
**/*templatelib* @lysnikolaou **/*templatelib* @lysnikolaou
**/*tstring* @lysnikolaou **/*tstring* @lysnikolaou
# Remote debugging
Python/remote_debug.h @pablogsal
Python/remote_debugging.c @pablogsal
Modules/_remote_debugging_module.c @pablogsal @ambv @1st1