Add @pablogsal to code owners file for the garbage collector (GH-17248)

Add myself to the codeowners file as I would like to
be automatically added as a reviewer for PRs that touch
that component and its documentation.
This commit is contained in:
Pablo Galindo 2019-11-19 02:03:55 +00:00 committed by GitHub
parent b028f589dd
commit 02b8051a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.github/CODEOWNERS vendored
View File

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