diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af5deea..0df7b5d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -67,6 +67,10 @@ Include/pytime.h @pganssle @abalkin **/*imap* @python/email-team **/*poplib* @python/email-team +# Garbage collector +/Modules/gcmodule.c @pablogsal +/Doc/library/gc.rst @pablogsal + # Parser/Pgen /Parser/pgen/ @pablogsal |