You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (pythonGH-23366)
This change partically reverts
commit ad3252b
and the commit fe2978b.
Many third party C extension modules rely on the ability of using
Py_TYPE() to set an object type: "Py_TYPE(obj) = type;" or to set an
object type using: "Py_SIZE(obj) = size;".
0 commit comments