• Nick Coghlan's avatar
    Close #24748: Restore imp.load_dynamic compatibility · 556bb9c1
    Nick Coghlan authored
    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.
    556bb9c1
imp.py 10.4 KB