-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
From the tp_dictoffset
slot documentation:
"It is an error to set both the
Py_TPFLAGS_MANAGED_WEAKREF
bit andtp_dictoffset
."
I think the Py_TPFLAGS_MANAGED_WEAKREF
flag is being used incorrectly in this context. Do you mean the Py_TPFLAGS_MANAGED_DICT
flag?
https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_dictoffset
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo