https://github.com/python/cpython/commit/417bec733c11e63df559ecf898802dbef590142e
commit: 417bec733c11e63df559ecf898802dbef590142e
branch: main
author: Tian Gao <[email protected]>
committer: gaogaotiantian <[email protected]>
date: 2024-06-06T10:20:37-07:00
summary:

Add Tian Gao to CODEOWNERS and ACKS (GH-120166)

files:
M .github/CODEOWNERS
M Misc/ACKS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c7021b3c2a4c40..811b8cfdab17dc 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 af92d81ff3141a..2f4c0793437fb6 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to