Skip to content

Commit e5e95ff

Browse files
Update news entry
1 parent 6c45159 commit e5e95ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Split the handling of weak references in the GC if both types and instances
2-
within a generation are unreachable. This prevent the clearing of the
3-
type's subclasses list too early. This fix a crash that occurs when
4-
:meth:`~object.__del__` modifies the base's attributes and tries to access them from self.
1+
Do not clear type's subclasses weak references in the GC to prevent the clearing
2+
of the type's subclasses list too early. This fix a crash that occurs when
3+
:meth:`~object.__del__` modifies the base's attributes and tries to access them
4+
from self.

0 commit comments

Comments
 (0)