From 5734fcde72fe3a064c76157ea17a0d150900d657 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Tue, 19 Nov 2019 01:19:14 +0000 Subject: [PATCH] Add @pablogsal to code owners file for the garbage collector 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. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af5deea7226255..0df7b5d28d9b0b 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