Thanks to visit codestin.com Credit goes to github.com
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 fd1030e commit 44c4c6dCopy full SHA for 44c4c6d
1 file changed
Parser/pgen.c
@@ -13,6 +13,7 @@
13
#include "pgen.h"
14
15
extern int Py_DebugFlag;
16
+int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */
17
18
19
/* PART ONE -- CONSTRUCT NFA -- Cf. Algorithm 3.2 from [Aho&Ullman 77] */
0 commit comments