Staging
v0.8.1
https://github.com/python/cpython
Revision 9d3c61c86a20678d604c96a68bbf4a966877f0b9 authored by Nick Coghlan on 05 September 2015, 11:05:05 UTC, committed by Nick Coghlan on 05 September 2015, 11:05:05 UTC
To resolve a compatibility problem found with py2exe and
pywin32, imp.load_dynamic() once again ignores previously loaded modules
to support Python modules replacing themselves with extension modules.

Patch by Petr Viktorin.
1 parent 1b66910
History
Tip revision: 9d3c61c86a20678d604c96a68bbf4a966877f0b9 authored by Nick Coghlan on 05 September 2015, 11:05:05 UTC
Close #24748: Restore imp.load_dynamic compatibility
Tip revision: 9d3c61c
File Mode Size
Grammar -rw-r--r-- 6.6 KB

back to top