diff options
author | Brett Cannon <brett@python.org> | 2016-03-18 17:29:43 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-03-18 17:29:43 (GMT) |
commit | e4044bfe63a239cad9d4c51b02c256c2a160eb66 (patch) | |
tree | fca4ebbea46ec89ca0a694b88cb8fd01fef11dc3 /Misc | |
parent | 774006232a0923d43c30cf233c5dee210bbb3bcf (diff) | |
download | cpython-e4044bfe63a239cad9d4c51b02c256c2a160eb66.zip cpython-e4044bfe63a239cad9d4c51b02c256c2a160eb66.tar.gz cpython-e4044bfe63a239cad9d4c51b02c256c2a160eb66.tar.bz2 |
Issue #26271: Fix the Freeze tool to use variables passed in from the
configure script related to compiler flags.
Thanks to Daniel Shaulov for the bug report and patch.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1326,6 +1326,7 @@ Mark Shannon Ha Shao Richard Shapiro Varun Sharma +Daniel Shaulov Vlad Shcherbina Justin Sheehy Charlie Shepherd @@ -379,6 +379,9 @@ Windows Tools/Demos ----------- +- Issue #26271: Fix the Freeze tool to properly use flags passed through + configure. Patch by Daniel Shaulov. + - Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py. Patch by Guo Ci Teo. |