We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1d27b commit c5f4501Copy full SHA for c5f4501
.github/CODEOWNERS
@@ -28,7 +28,8 @@ Objects/type* @markshannon
28
Objects/codeobject.c @markshannon
29
Objects/frameobject.c @markshannon
30
Objects/call.c @markshannon
31
-Python/ceval*.[ch] @markshannon @gvanrossum
+Python/ceval*.c @markshannon @gvanrossum
32
+Python/ceval*.h @markshannon @gvanrossum
33
Python/compile.c @markshannon @iritkatriel
34
Python/assemble.c @markshannon @iritkatriel
35
Python/flowgraph.c @markshannon @iritkatriel
0 commit comments