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 99037ae commit d87de41Copy full SHA for d87de41
Lib/test/test_types.py
@@ -677,8 +677,6 @@ def test_call_unbound_crash(self):
677
# GH-131998: The specialized instruction would get tricked into dereferencing
678
# a bound "self" that didn't exist if subsequently called unbound.
679
code = """if True:
680
- # The optimizer is finicky, and the easiest way (that I know of)
681
- # to get it to reproduce in CI is by importing a Python module at runtime.
682
683
def call(part):
684
[] + ([] + [])
0 commit comments