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 34e4862 commit f43eaaeCopy full SHA for f43eaae
mypyc/codegen/emitclass.py
@@ -357,7 +357,7 @@ def emit_line() -> None:
357
flags.append("Py_TPFLAGS_MANAGED_DICT")
358
if cl.supports_weakref and emitter.capi_version >= (3, 12):
359
flags.append("Py_TPFLAGS_MANAGED_WEAKREF")
360
-
+
361
fields["tp_flags"] = " | ".join(flags)
362
363
emitter.emit_line(f"static PyTypeObject {emitter.type_struct_name(cl)}_template_ = {{")
0 commit comments