8000
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 442a3e6 commit febcc6cCopy full SHA for febcc6c
.github/CODEOWNERS
@@ -22,6 +22,7 @@ configure* @erlend-aasland @corona10
22
**/*hamt* @1st1
23
Objects/set* @rhettinger
24
Objects/dict* @methane @markshannon
25
+Objects/typevarobject.c @JelleZijlstra
26
Objects/type* @markshannon
27
Objects/codeobject.c @markshannon
28
Objects/frameobject.c @markshannon
@@ -33,6 +34,7 @@ Python/flowgraph.c @markshannon @iritkatriel
33
34
Python/ast_opt.c @isidentical
35
Lib/test/test_patma.py @brandtbucher
36
Lib/test/test_peepholer.py @brandtbucher
37
+Lib/test/test_type_*.py @JelleZijlstra
38
39
# Exceptions
40
Lib/traceback.py @iritkatriel
0 commit comments