Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44c4c6d

Browse files
committed
Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.
1 parent fd1030e commit 44c4c6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Parser/pgen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "pgen.h"
1414

1515
extern int Py_DebugFlag;
16+
int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */
1617

1718

1819
/* PART ONE -- CONSTRUCT NFA -- Cf. Algorithm 3.2 from [Aho&Ullman 77] */

0 commit comments

Comments
 (0)