]> granicus.if.org Git - python/commit
Py_Initialize(): Apply patch by Jürgen Hermann to call
authorBarry Warsaw <barry@python.org>
Mon, 13 Aug 2001 23:04:56 +0000 (23:04 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 13 Aug 2001 23:04:56 +0000 (23:04 +0000)
commit5821bc5145437fd68f4ebc9dad01d1192462f60d
tree8820394977abba57ff120168ed3b9cecb040d210
parent04601063e8114294fc558cb108af98396d1e7653
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