Skip to content

Commit 02b8051

Browse files
authored
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.
1 parent b028f58 commit 02b8051

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Include/pytime.h @pganssle @abalkin
6767
**/*imap* @python/email-team
6868
**/*poplib* @python/email-team
6969

70+
# Garbage collector
71+
/Modules/gcmodule.c @pablogsal
72+
/Doc/library/gc.rst @pablogsal
73+
7074
# Parser/Pgen
7175
/Parser/pgen/ @pablogsal
7276

0 commit comments

Comments
 (0)