Open rogerbinns opened 12 months ago
Py_TPFLAGS_MANAGED_WEAKREF should be set in Python 3.12+ while earlier versions remain using the older tp_weaklistoffset. It can probably be done via macros.
Py_TPFLAGS_MANAGED_WEAKREF should be set in Python 3.12+ while earlier versions remain using the older tp_weaklistoffset. It can probably be done via macros.