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

This commit is contained in:
Tian Gao 2024-06-06 10:20:37 -07:00 committed by GitHub
parent 2d7ff6e0e7
commit 417bec733c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

4
.github/CODEOWNERS vendored
View file

@ -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

View file

@ -610,6 +610,7 @@ Nitin Ganatra
Soumendra Ganguly (गङ्गोपाध्याय)
Fred Gansevles
Paul Ganssle
Tian Gao
Lars Marius Garshol
Jake Garver
Dan Gass