Skip to content

Commit 39bcc4c

Browse files
committed
Remove comments marking proposed fix in LOAD_GLOBAL case
1 parent 3f327a5 commit 39bcc4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/optimizer.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,12 +737,10 @@ translate_bytecode_to_trace(
737737
ADD_TO_TRACE(_TIER2_RESUME_CHECK, 0, 0, target);
738738
break;
739739

740-
// VVVVVV ПРЕДЛАГАЕМОЕ ИСПРАВЛЕНИЕ ЗДЕСЬ VVVVVV
741740
case LOAD_GLOBAL:
742741
_Py_BloomFilter_Add(dependencies, frame->f_globals);
743742
_Py_BloomFilter_Add(dependencies, frame->f_builtins);
744743
_Py_FALLTHROUGH;
745-
// ^^^^^^ КОНЕЦ ИСПРАВЛЕНИЯ ^^^^^^
746744

747745
default:
748746
{

0 commit comments

Comments
 (0)