Skip to content

Commit de8841c

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2025-06-23-01-07-09.gh-issue-135552.eG9vzP.rst
Co-authored-by: Mikhail Efimov <[email protected]>
1 parent 3b18738 commit de8841c

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)