Skip to content

Commit f73dd59

Browse files
Update Lib/test/test_types.py
Co-authored-by: Victor Stinner <[email protected]>
1 parent cd12c28 commit f73dd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def test_traceback_and_frame_types(self):
647647
def test_capsule_type(self):
648648
self.assertIsInstance(_datetime.datetime_CAPI, types.CapsuleType)
649649

650-
def test_gh131998(self):
650+
def test_call_unbound_crash(self):
651651
# GH-131998: The specialized instruction would get tricked into dereferencing
652652
# a bound "self" that didn't exist if subsequently called unbound.
653653
code = """if True:

0 commit comments

Comments
 (0)