diff options
author | Guido van Rossum <guido@python.org> | 1998-07-14 18:02:13 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-07-14 18:02:13 (GMT) |
commit | 43ff8683fe68424b9c179ee4970bb865e11036d6 (patch) | |
tree | 59592acc31ae261b6953ed08a063e25eee7fc117 /Modules/xxmodule.c | |
parent | 69a79bca6860ae84f502f163176bf49b633d6add (diff) | |
download | cpython-43ff8683fe68424b9c179ee4970bb865e11036d6.zip cpython-43ff8683fe68424b9c179ee4970bb865e11036d6.tar.gz cpython-43ff8683fe68424b9c179ee4970bb865e11036d6.tar.bz2 |
Temporarily get rid of the registration of Tcl_Finalize() as a
low-level Python exit handler. This can attempt to call Python code
at a point that the interpreter and thread state have already been
destroyed, causing a Bus Error. Given the intended use of
Py_AtExit(), I'm not convinced that it's a good idea to call it
earlier during Python's finalization sequence... (Although this is
the only use for it in the entire distribution.)
Diffstat (limited to 'Modules/xxmodule.c')
0 files changed, 0 insertions, 0 deletions