We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8612230 commit 742ba60Copy full SHA for 742ba60
.github/CODEOWNERS
@@ -21,6 +21,7 @@ configure* @erlend-aasland @corona10
21
**/*context* @1st1
22
**/*genobject* @markshannon
23
**/*hamt* @1st1
24
+**/*jit* @brandtbucher
25
Objects/set* @rhettinger
26
Objects/dict* @methane @markshannon
27
Objects/typevarobject.c @JelleZijlstra
@@ -37,7 +38,6 @@ Python/ast_opt.c @isidentical
37
38
Python/bytecodes.c @markshannon @gvanrossum
39
Python/optimizer*.c @markshannon @gvanrossum
40
Lib/test/test_patma.py @brandtbucher
-Lib/test/test_peepholer.py @brandtbucher
41
Lib/test/test_type_*.py @JelleZijlstra
42
Lib/test/test_capi/test_misc.py @markshannon @gvanrossum
43
Tools/c-analyzer/ @ericsnowcurrently
0 commit comments