[issue1329] Different 3.0a1 exit behavior

Jean Brouwers report at bugs.python.org
Sat Oct 27 01:55:07 CEST 2007


Jean Brouwers added the comment:

This is quite bizarre and difficult to reproduce.  With gdb, 3.0a1 does 
get to the very end of Py_Finalize, but without gdb it doesn't.

Also, the call to static function  call_all_exitfuncs is inlined, its 
while loop is shown inside Py_Finalize on MacOS X.  On Linux that is not 
visible, probably due to differences in gcc/gdb, 4.0.1 or MacOS X and 
3.4.6 on Linux.

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


More information about the Python-bugs-list mailing list