summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2024-06-06 17:20:37 (GMT)
committerGitHub <noreply@github.com>2024-06-06 17:20:37 (GMT)
commit417bec733c11e63df559ecf898802dbef590142e (patch)
treecd9b621b14353e399f018d3a07a80e799f0d3455
parent2d7ff6e0e7d4c08ba84079a5c19a4a485626e1de (diff)
downloadcpython-417bec733c11e63df559ecf898802dbef590142e.zip
cpython-417bec733c11e63df559ecf898802dbef590142e.tar.gz
cpython-417bec733c11e63df559ecf898802dbef590142e.tar.bz2
Add Tian Gao to CODEOWNERS and ACKS (GH-120166)
-rw-r--r--.github/CODEOWNERS4
-rw-r--r--Misc/ACKS1
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
diff --git a/Misc/ACKS b/Misc/ACKS
index af92d81..2f4c079 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -610,6 +610,7 @@ Nitin Ganatra
Soumendra Ganguly (गङ्गोपाध्याय)
Fred Gansevles
Paul Ganssle
+Tian Gao
Lars Marius Garshol
Jake Garver
Dan Gass