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 0ebcf8c commit bcd78aaCopy full SHA for bcd78aa
1 file changed
Python/optimizer.c
@@ -1800,6 +1800,7 @@ make_cold_executor(uint16_t opcode)
1800
// Cold executors bypass _Py_ExecutorInit().
1801
cold->vm_data.valid = true;
1802
cold->vm_data.pending_deletion = 0;
1803
+ cold->vm_data.code = NULL;
1804
1805
// This is initialized to false so we can prevent the executor
1806
// from being immediately detected as cold and invalidated.
0 commit comments