Fix class-freed-before-instance-bug.
In some rare instances, class objects can be freed before the last instance of that class, causing a problem in the sweep phase where we look at the class of the object being freed. So we keep unreachable classes around for an extra collection to be safe.
Showing
test/tests/gc_type_object.py
0 → 100644
Please register or sign in to comment