mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.
This commit is contained in:
parent
fd1030e166
commit
44c4c6dbd6
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
#include "pgen.h"
|
#include "pgen.h"
|
||||||
|
|
||||||
extern int Py_DebugFlag;
|
extern int Py_DebugFlag;
|
||||||
|
int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */
|
||||||
|
|
||||||
|
|
||||||
/* PART ONE -- CONSTRUCT NFA -- Cf. Algorithm 3.2 from [Aho&Ullman 77] */
|
/* PART ONE -- CONSTRUCT NFA -- Cf. Algorithm 3.2 from [Aho&Ullman 77] */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue