summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-11-19 02:03:55 (GMT)
committerGitHub <noreply@github.com>2019-11-19 02:03:55 (GMT)
commit02b8051a5e21f3db6af80dc5526156d7cac2afa0 (patch)
treef98a5a3cc30221399ea46867bef21bd181622a21
parentb028f589ddf6041d2fab7eb50384588f199864b3 (diff)
downloadcpython-02b8051a5e21f3db6af80dc5526156d7cac2afa0.zip
cpython-02b8051a5e21f3db6af80dc5526156d7cac2afa0.tar.gz
cpython-02b8051a5e21f3db6af80dc5526156d7cac2afa0.tar.bz2
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.
-rw-r--r--.github/CODEOWNERS4
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