We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b18738 commit de8841cCopy full SHA for de8841c
Misc/NEWS.d/next/Core_and_Builtins/2025-06-23-01-07-09.gh-issue-135552.eG9vzP.rst
@@ -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 segfault that occurs when
+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.
0 commit comments