diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-06-06 17:20:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 17:20:37 (GMT) |
commit | 417bec733c11e63df559ecf898802dbef590142e (patch) | |
tree | cd9b621b14353e399f018d3a07a80e799f0d3455 | |
parent | 2d7ff6e0e7d4c08ba84079a5c19a4a485626e1de (diff) | |
download | cpython-417bec733c11e63df559ecf898802dbef590142e.zip cpython-417bec733c11e63df559ecf898802dbef590142e.tar.gz cpython-417bec733c11e63df559ecf898802dbef590142e.tar.bz2 |
Add Tian Gao to CODEOWNERS and ACKS (GH-120166)
-rw-r--r-- | .github/CODEOWNERS | 4 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c7021b3..811b8cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -174,6 +174,10 @@ Lib/ast.py @isidentical @JelleZijlstra /Lib/test/test_subprocess.py @gpshead /Modules/*subprocess* @gpshead +# debugger +**/*pdb* @gaogaotiantian +**/*bdb* @gaogaotiantian + # Limited C API & stable ABI Tools/build/stable_abi.py @encukou Misc/stable_abi.toml @encukou @@ -610,6 +610,7 @@ Nitin Ganatra Soumendra Ganguly (गङ्गोपाध्याय) Fred Gansevles Paul Ganssle +Tian Gao Lars Marius Garshol Jake Garver Dan Gass |