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 78dcec5 commit e4b04f8Copy full SHA for e4b04f8
1 file changed
mypyc/lib-rt/function_wrapper.c
@@ -156,10 +156,7 @@ static PyType_Spec CPyFunction_spec = {
156
.name = "Function compiled with mypyc",
157
.basicsize = sizeof(CPyFunction),
158
.itemsize = 0,
159
- .flags =
160
-#if PY_VERSION_HEX >= 0x030A0000
161
- Py_TPFLAGS_IMMUTABLETYPE |
162
-#endif
+ .flags = Py_TPFLAGS_IMMUTABLETYPE |
163
#if PY_VERSION_HEX >= 0x030C0000
164
Py_TPFLAGS_MANAGED_DICT |
165
#endif
0 commit comments