diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-19 20:29:35 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-19 20:29:35 (GMT) |
commit | e67f48ce5e7ad122b17e23b2705bf66cff76d42b (patch) | |
tree | e833621d743bfe9a83fb90e28f3b24f1a9829a45 /Misc | |
parent | 0006aacb9dda6d62013c86aac47d977b3f04921a (diff) | |
download | cpython-e67f48ce5e7ad122b17e23b2705bf66cff76d42b.zip cpython-e67f48ce5e7ad122b17e23b2705bf66cff76d42b.tar.gz cpython-e67f48ce5e7ad122b17e23b2705bf66cff76d42b.tar.bz2 |
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -154,6 +154,12 @@ Tests - Issue #14963: Add test cases for exception handling behaviour in contextlib.ExitStack (Initial patch by Alon Horev) +Build +----- + +- Issue #14928: Fix importlib bootstrap issues by using a custom executable + (Modules/_freeze_importlib) to build Python/importlib.h. + What's New in Python 3.3.0 Alpha 4? =================================== |