mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +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):
|
def __del__(self):
|
||||||
x = self.ref()
|
x = self.ref()
|
||||||
print x
|
|
||||||
return x
|
|
||||||
|
|
||||||
class Oops(object):
|
class Oops(object):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue