mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
[3.14] Add CODEOWNERS for remote debugging (GH-134720) (#134721)
This commit is contained in:
parent
6c917cb11c
commit
01ccc824ca
1 changed files with 5 additions and 0 deletions
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue