]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the builtin module initialization code to store the init function for future...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Jan 2012 19:16:09 +0000 (20:16 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Jan 2012 19:16:09 +0000 (20:16 +0100)
commit6c40eb7f421804eba3c24a9336c4a9e59dba636c
tree7b5220e29f6c927c8834728d890f47227e79f409
parent0c60381749cfb9af804cf3f961a110797ee192d9
Fix the builtin module initialization code to store the init function for future reinitialization.
Misc/NEWS
Python/import.c