]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 2.144:
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 03:29:12 +0000 (03:29 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 03:29:12 +0000 (03:29 +0000)
commitf3f6cfe1618213427ab7725465869f234a754f79
tree3cef3f823af1c11f6962b1e0f7e37bf79042f1e8
parentf7adf24280c05069432d0f2272a786e293c0e99c
backport 2.144:
Py_Initialize(): Apply patch by Jürgen Hermann to call
    _PyImport_FixupExtension() on the exceptions module.  Now
    reload(exceptions) acts just like reload(sys) instead of raising
    an ImportError.

    This closes SF bug #422004.
Python/pythonrun.c