Fix crash when an exception occurs during module init and the stale module...
Fix crash when an exception occurs during module init and the stale module gets used later on (after import failure). This is fixed by no longer cleaning up the global references to module object and module dict, which obviously has the drawback of leaking memory.
Showing
Please register or sign in to comment