Skip to content

Commit d87de41

Browse files
committed
Remove comment.
1 parent 99037ae commit d87de41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,6 @@ def test_call_unbound_crash(self):
677677
# GH-131998: The specialized instruction would get tricked into dereferencing
678678
# a bound "self" that didn't exist if subsequently called unbound.
679679
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.
682680
683681
def call(part):
684682
[] + ([] + [])

0 commit comments

Comments
 (0)