mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -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.