mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Remove an unnecessary flag.
This commit is contained in:
parent
025e9ebd0a
commit
33507000c7
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue