From 417bec733c11e63df559ecf898802dbef590142e Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Thu, 6 Jun 2024 10:20:37 -0700 Subject: [PATCH] Add Tian Gao to CODEOWNERS and ACKS (GH-120166) --- .github/CODEOWNERS | 4 ++++ Misc/ACKS | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c7021b3c2a4..811b8cfdab1 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 af92d81ff31..2f4c0793437 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