diff options
author | Barry Warsaw <barry@python.org> | 2000-05-25 23:09:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-05-25 23:09:49 (GMT) |
commit | f242aa0d1e7625a7ccbbd629bae2d88a95408ad3 (patch) | |
tree | 0c53288b85e2e9c3bc8eb174129d1b57a8006c0c /Makefile.in | |
parent | c094ac856f7031eae727fa200241da0c88d29951 (diff) | |
download | cpython-f242aa0d1e7625a7ccbbd629bae2d88a95408ad3.zip cpython-f242aa0d1e7625a7ccbbd629bae2d88a95408ad3.tar.gz cpython-f242aa0d1e7625a7ccbbd629bae2d88a95408ad3.tar.bz2 |
Py_Initialize(): Now that standard exceptions are builtin, we don't
need two phase init or fini of the builtin module. Change the call of
_PyBuiltin_Init_1() to _PyBuiltin_Init(). Add a call to
init_exceptions().
Py_Finalize(): Don't call _PyBuiltin_Fini_1(). Instead call
fini_exceptions() but move this to before the thread state is
cleared.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions