Skip to content

Commit f166933

Browse files
Merge branch 'gh-135552-fix-gc-segfault' of github.com:sergey-miryanov/cpython into gh-135552-fix-gc-segfault
2 parents f8745e0 + de8841c commit f166933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
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
4-
__del__ modifies the base's attributes and tries to access them from self.
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.

0 commit comments

Comments
 (0)