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 1e02502 commit 82a69a5Copy full SHA for 82a69a5
mypyc/codegen/emitclass.py
@@ -387,7 +387,7 @@ def emit_line() -> None:
387
flags.append("Py_TPFLAGS_MANAGED_DICT")
388
if cl.supports_weakref and emitter.capi_version >= (3, 12):
389
flags.append("Py_TPFLAGS_MANAGED_WEAKREF")
390
-
+
391
fields["tp_flags"] = " | ".join(flags)
392
393
fields["tp_doc"] = native_class_doc_initializer(cl)
0 commit comments