[Python-checkins] cpython: Remove an unnecessary flag.

eric.snow python-checkins at python.org
Wed May 6 05:29:41 CEST 2015


https://hg.python.org/cpython/rev/3bea670c9830
changeset:   95887:3bea670c9830
user:        Eric Snow <ericsnowcurrently at gmail.com>
date:        Tue May 05 21:29:31 2015 -0600
summary:
  Remove an unnecessary flag.

files:
  Programs/_freeze_importlib.c |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Programs/_freeze_importlib.c b/Programs/_freeze_importlib.c
--- a/Programs/_freeze_importlib.c
+++ b/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. */

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list