[Python-checkins] Add @pablogsal as code owner for pegen-related files (GH-19665)

Pablo Galindo webhook-mailer at python.org
Wed Apr 22 19:47:36 EDT 2020


https://github.com/python/cpython/commit/ce0eacb19cdc7e35b62839649003edd6196dd70f
commit: ce0eacb19cdc7e35b62839649003edd6196dd70f
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-04-23T00:47:32+01:00
summary:

Add @pablogsal as code owner for pegen-related files (GH-19665)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9354cc85d2883..4d80698eff39c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -74,6 +74,8 @@ Include/pytime.h              @pganssle @abalkin
 
 # Parser/Pgen
 /Parser/pgen/                 @pablogsal
+/Parser/pegen/                @pablogsal
+/Tools/peg_generator/         @pablogsal
 
 # SQLite 3
 **/*sqlite*                   @berkerpeksag



More information about the Python-checkins mailing list