mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
74e6a118ca
*module.o/*module.so
* Python/import.c: if initializing a module did not enter the
module into sys.modules, it may have raised an exception -- don't
override this exception.
Merged NT changes
* Python/import.c: add lost NT-specific code back in
Fixed NT changes