From: Alex Waygood Date: Fri, 17 Nov 2023 18:31:45 +0000 (+0000) Subject: Fix syntax in CODEOWNERS file (#112210) X-Git-Tag: v3.13.0a2~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4144979934d7b8448f80c1fbee65dc3bfbce005;p=thirdparty%2FPython%2Fcpython.git Fix syntax in CODEOWNERS file (#112210) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f55cb0390b82..1925363cbeb4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,7 +28,8 @@ Objects/type* @markshannon Objects/codeobject.c @markshannon Objects/frameobject.c @markshannon Objects/call.c @markshannon -Python/ceval*.[ch] @markshannon @gvanrossum +Python/ceval*.c @markshannon @gvanrossum +Python/ceval*.h @markshannon @gvanrossum Python/compile.c @markshannon @iritkatriel Python/assemble.c @markshannon @iritkatriel Python/flowgraph.c @markshannon @iritkatriel