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 04b61df commit cd12c28Copy full SHA for cd12c28
Lib/test/test_types.py
@@ -651,6 +651,10 @@ def test_gh131998(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:
654
+ # The optimizer is finicky, and the easiest way (that I know of)
655
+ # to get it to reproduce in CI is by importing a Python module at runtime.
656
+ import glob
657
+
658
def call(part):
659
part.pop()
660
0 commit comments