commit | 6c40eb7f421804eba3c24a9336c4a9e59dba636c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 18 20:16:09 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 18 20:16:09 2012 +0100 |
tree | 7b5220e29f6c927c8834728d890f47227e79f409 | |
parent | 0c60381749cfb9af804cf3f961a110797ee192d9 [diff] [blame] |
Fix the builtin module initialization code to store the init function for future reinitialization.
diff --git a/Misc/NEWS b/Misc/NEWS index b3c5b88..d6728be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Fix the builtin module initialization code to store the init function for + future reinitialization. + - Issue #13629: Renumber the tokens in token.h so that they match the indexes into _PyParser_TokenNames.