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 be75204 commit 2896c2dCopy full SHA for 2896c2d
1 file changed
Lib/test/test_sys.py
@@ -2254,7 +2254,7 @@ def frame_3_jit() -> None:
2254
# 1 extra iteration for tracing.
2255
for i in range(_testinternalcapi.TIER2_THRESHOLD + 2):
2256
# Careful, doing this in the reverse order breaks tracing:
2257
- expected = {enabled} and i >= _testinternalcapi.TIER2_THRESHOLD + 1
+ expected = {enabled} and i >= _testinternalcapi.TIER2_THRESHOLD
2258
assert sys._jit.is_active() is expected
2259
frame_2_jit(expected)
2260
0 commit comments