summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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