Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-108303: Delete `imp_dummy` test file (#112110) | Nikita Sobolev | 2023-11-15 | 1 | -3/+0 |
| | |||||
* | Close #24748: Restore imp.load_dynamic compatibility | Nick Coghlan | 2015-09-05 | 1 | -0/+3 |
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. |