Browse Source

Remove an unnecessary flag.

pull/9921/head
Eric Snow 11 years ago
parent
commit
33507000c7
  1. 2
      Programs/_freeze_importlib.c

2
Programs/_freeze_importlib.c

@ -12,8 +12,6 @@
#include <unistd.h>
#endif
int Py_FrozenFlag = 1; /* Suppress errors from getpath.c */
/* To avoid a circular dependency on frozen.o, we create our own structure
of frozen modules instead, left deliberately blank so as to avoid
unintentional import of a stale version of _frozen_importlib. */

Loading…
Cancel
Save