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 5e6670e commit 44e9cf7Copy full SHA for 44e9cf7
Python/optimizer.c
@@ -737,11 +737,6 @@ translate_bytecode_to_trace(
737
ADD_TO_TRACE(_TIER2_RESUME_CHECK, 0, 0, target);
738
break;
739
740
- case LOAD_GLOBAL:
741
- _Py_BloomFilter_Add(dependencies, frame->f_globals);
742
- _Py_BloomFilter_Add(dependencies, frame->f_builtins);
743
- _Py_FALLTHROUGH;
744
-
745
default:
746
{
747
const struct opcode_macro_expansion *expansion = &_PyOpcode_macro_expansion[opcode];
0 commit comments