]> granicus.if.org Git - python/commit
Py_Initialize(): move the call to _PyImport_FixupExtension() to after
authorBarry Warsaw <barry@python.org>
Thu, 18 Sep 1997 16:42:02 +0000 (16:42 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 18 Sep 1997 16:42:02 +0000 (16:42 +0000)
commit963b871e86bd85b7fb3551fa9fac5363977fc43b
tree63f5736b891fed2bb7966622c8247c5967fc9198
parentb01a7fa5f8208fb5c767964e63b44f0a02814f62
Py_Initialize(): move the call to _PyImport_FixupExtension() to after
the phase 2 init of the __builtin__ module, so that multiple
interpreters will get the right exceptions.
Python/pythonrun.c