We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd12c28 commit f73dd59Copy full SHA for f73dd59
Lib/test/test_types.py
@@ -647,7 +647,7 @@ def test_traceback_and_frame_types(self):
647
def test_capsule_type(self):
648
self.assertIsInstance(_datetime.datetime_CAPI, types.CapsuleType)
649
650
- def test_gh131998(self):
+ def test_call_unbound_crash(self):
651
# GH-131998: The specialized instruction would get tricked into dereferencing
652
# a bound "self" that didn't exist if subsequently called unbound.
653
code = """if True:
0 commit comments