We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c1cef commit b8fde5dCopy full SHA for b8fde5d
.github/CODEOWNERS
@@ -34,6 +34,7 @@ Python/ceval*.h @markshannon
34
Python/compile.c @markshannon @iritkatriel
35
Python/assemble.c @markshannon @iritkatriel
36
Python/flowgraph.c @markshannon @iritkatriel
37
+Python/instruction_sequence.c @iritkatriel
38
Python/ast_opt.c @isidentical
39
Python/bytecodes.c @markshannon
40
Python/optimizer*.c @markshannon
@@ -74,11 +75,8 @@ Programs/python.c @ericsnowcurrently
74
75
Tools/build/generate_global_objects.py @ericsnowcurrently
76
77
# Exceptions
-Lib/traceback.py @iritkatriel
78
Lib/test/test_except*.py @iritkatriel
79
-Lib/test/test_traceback.py @iritkatriel
80
Objects/exceptions.c @iritkatriel
81
-Python/traceback.c @iritkatriel
82
83
# Hashing
84
**/*hashlib* @gpshead @tiran
0 commit comments