From: Pablo Galindo Date: Thu, 18 Jun 2020 22:23:40 +0000 (+0100) Subject: Update CODEOWNERS to account for the new parser location (GH-20971) X-Git-Tag: v3.10.0a1~587 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d906f0ec1a5f4ec29a4de74240acf43139886514;p=thirdparty%2FPython%2Fcpython.git Update CODEOWNERS to account for the new parser location (GH-20971) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d80698eff39..c33bf1ee4d4e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -72,10 +72,10 @@ Include/pytime.h @pganssle @abalkin /Modules/gcmodule.c @pablogsal /Doc/library/gc.rst @pablogsal -# Parser/Pgen -/Parser/pgen/ @pablogsal -/Parser/pegen/ @pablogsal +# Parser +/Parser/ @pablogsal /Tools/peg_generator/ @pablogsal +/Lib/test/test_peg_generator/ @pablogsal # SQLite 3 **/*sqlite* @berkerpeksag