cpython
cpython copied to clipboard
GH-95589: Dont crash when subclassing extension classes with multiple inheritance
- Fixes crashes.
- Documents change in behavior and recommends use of
Py_TPFLAGS_MANAGED_DICTandPy_TPFLAGS_MANAGED_WEAKREF
- Issue: gh-95589