mirror of
https://github.com/python/cpython.git
synced 2026-06-14 07:04:22 -04:00
093c8e4bf0
cleared by the garbage collector. This fixes a segfault when an instance and its type get caught in a reference cycle, and the instance's deallocator calls one of the methods on the type (e.g. when subclassing IOBase). Diagnosis and patch by Davide Rizzo.