[issue1329] Different 3.0a1 exit behavior

Jean Brouwers report at bugs.python.org
Fri Oct 26 21:10:13 CEST 2007


Jean Brouwers added the comment:

Yes, I will make a small library.  But first, here is another piece of 
evidence.

As I mentioned, using std atexit does not work on 3.0a1.  But 
surprisingly, the destructor function is not called either when 
installed with Py_AtExit on 3.0a1.  On 2.5.1 it is.

There must something in Py_Terminate or Py_Finalize which is different 
in 3.0a1.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1329>
__________________________________


More information about the Python-bugs-list mailing list