]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add @pablogsal to code owners file for the garbage collector (GH-17248)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 19 Nov 2019 02:03:55 +0000 (02:03 +0000)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2019 02:03:55 +0000 (02:03 +0000)
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

index af5deea7226255a89afc9a842025ce05e34014c5..0df7b5d28d9b0b07ef81c37c56bcd225ce01184f 100644 (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