From: Pablo Galindo Date: Tue, 19 Nov 2019 02:03:55 +0000 (+0000) Subject: Add @pablogsal to code owners file for the garbage collector (GH-17248) X-Git-Tag: v3.9.0a1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02b8051a5e21f3db6af80dc5526156d7cac2afa0;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af5deea72262..0df7b5d28d9b 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