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

Pablo Galindo webhook-mailer at python.org
Mon Nov 18 21:04:07 EST 2019


https://github.com/python/cpython/commit/02b8051a5e21f3db6af80dc5526156d7cac2afa0
commit: 02b8051a5e21f3db6af80dc5526156d7cac2afa0
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-11-19T02:03:55Z
summary:

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.

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index af5deea722625..0df7b5d28d9b0 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
 



More information about the Python-checkins mailing list