1 parent 025e9eb commit 3350700Copy full SHA for 3350700
1 file changed
Programs/_freeze_importlib.c
@@ -12,8 +12,6 @@
12
#include <unistd.h>
13
#endif
14
15
-int Py_FrozenFlag = 1; /* Suppress errors from getpath.c */
16
-
17
/* To avoid a circular dependency on frozen.o, we create our own structure
18
of frozen modules instead, left deliberately blank so as to avoid
19
unintentional import of a stale version of _frozen_importlib. */
0 commit comments