Skip to content

Commit 91cb673

Browse files
remove outdated comment
1 parent bf32158 commit 91cb673

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5392,8 +5392,6 @@ dummy_func(
53925392
GOTO_TIER_ONE(NULL);
53935393
}
53945394

5395-
/* Progress is guaranteed if we DEOPT on the eval breaker, because
5396-
* ENTER_EXECUTOR will not re-enter tier 2 with the eval breaker set. */
53975395
tier2 op(_TIER2_RESUME_CHECK, (--)) {
53985396
#if defined(__EMSCRIPTEN__)
53995397
DEOPT_IF(_Py_emscripten_signal_clock == 0);

0 commit comments

Comments
 (0)