mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Remove debug code from weakref_segfault().
This commit is contained in:
parent
1987c6693b
commit
bb1861a996
1 changed files with 0 additions and 2 deletions
|
|
@ -3884,8 +3884,6 @@ def weakref_segfault():
|
|||
|
||||
def __del__(self):
|
||||
x = self.ref()
|
||||
print x
|
||||
return x
|
||||
|
||||
class Oops(object):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue