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

Skip to content

Commit 1cce732

Browse files
committed
Issue #27713: merge from 3.5
2 parents a88b2f4 + 17cfc86 commit 1cce732

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ Windows
211211
Build
212212
-----
213213

214+
- Issue #27713: Surpress spurious build warnings when updating importlib's
215+
bootstrap files. Patch by Xiang Zhang
216+
214217
- Issue #25825: Correct the references to Modules/python.exp, which is
215218
required on AIX. The references were accidentally changed in 3.5.0a1.
216219

Programs/_freeze_importlib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ main(int argc, char *argv[])
7777
Py_NoUserSiteDirectory++;
7878
Py_NoSiteFlag++;
7979
Py_IgnoreEnvironmentFlag++;
80+
Py_FrozenFlag++;
8081

8182
Py_SetProgramName(L"./_freeze_importlib");
8283
/* Don't install importlib, since it could execute outdated bytecode. */

0 commit comments

Comments
 (0)