]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Python/import.c: support *.o/*.so as alternative for
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:54:38 +0000 (12:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:54:38 +0000 (12:54 +0000)
commit74e6a118caa67a5ea3671c03203fe6946df381dd
tree08d87d70741cc19f55e13d4e3c2a62adda3d5550
parent14144fcdfde3efdac2d2c609b985ade5edc4eda2
    * Python/import.c: support *.o/*.so as alternative for
        *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
Python/import.c