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 c6e5069 commit 6ec4d17Copy full SHA for 6ec4d17
.github/CODEOWNERS
@@ -35,6 +35,7 @@ Objects/type* @markshannon
35
Objects/codeobject.c @markshannon
36
Objects/frameobject.c @markshannon
37
Objects/call.c @markshannon
38
+Objects/object.c @ZeroIntensity
39
Python/ceval*.c @markshannon
40
Python/ceval*.h @markshannon
41
Python/codegen.c @markshannon @iritkatriel
@@ -66,8 +67,8 @@ Doc/_static/** @AA-Turner @hugovk
66
67
Doc/tools/** @AA-Turner @hugovk
68
69
# runtime state/lifecycle
-**/*pylifecycle* @ericsnowcurrently
70
-**/*pystate* @ericsnowcurrently
+**/*pylifecycle* @ericsnowcurrently @ZeroIntensity
71
+**/*pystate* @ericsnowcurrently @ZeroIntensity
72
**/*preconfig* @ericsnowcurrently
73
**/*initconfig* @ericsnowcurrently
74
**/*pathconfig* @ericsnowcurrently
0 commit comments