aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/crashers/borrowed_ref_2.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/crashers/borrowed_ref_2.py')
-rw-r--r--Lib/test/crashers/borrowed_ref_2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/crashers/borrowed_ref_2.py b/Lib/test/crashers/borrowed_ref_2.py
index 1a7b3ff7504..f3ca35016da 100644
--- a/Lib/test/crashers/borrowed_ref_2.py
+++ b/Lib/test/crashers/borrowed_ref_2.py
@@ -10,7 +10,7 @@ class A(object):
class B(object):
def __del__(self):
- print "hi"
+ print("hi")
del C.d
class D(object):