mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Add CODEOWNERS for remote debugging (#134720)
This commit is contained in:
parent
0909d6d8e8
commit
ce0561fa59
1 changed files with 5 additions and 0 deletions
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue