[issue9252] PyImport_Import calls __import__ with dummy fromlist

2010-09-19 Thread Brett Cannon
Brett Cannon added the comment: Fixed in r84908. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue9252] PyImport_Import calls __import__ with dummy fromlist

2010-07-13 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : I have discovered this issue while working on the unit tests for issue 7989. In the first version of the setUp/tearDown overrides, I made a mistake when restoring sys.modules after the test run. The fix was to do sys.modules.__init__(saved_sys_module