cpython icon indicating copy to clipboard operation
cpython copied to clipboard

GH-95589: Dont crash when subclassing extension classes with multiple inheritance

Open markshannon opened this issue 3 years ago • 0 comments

  • Fixes crashes.
  • Documents change in behavior and recommends use of Py_TPFLAGS_MANAGED_DICT and Py_TPFLAGS_MANAGED_WEAKREF
  • Issue: gh-95589

markshannon avatar Aug 16 '22 15:08 markshannon