This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MrJean1
Recipients MrJean1, gvanrossum, nnorwitz
Date 2007-10-26.23:55:07
SpamBayes Score 0.29443216
Marked as misclassified No
Message-id <1193442907.82.0.525095529989.issue1329@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-10-26 23:55:07MrJean1setspambayes_score: 0.294432 -> 0.29443216
recipients: + MrJean1, gvanrossum, nnorwitz
2007-10-26 23:55:07MrJean1setspambayes_score: 0.294432 -> 0.294432
messageid: <1193442907.82.0.525095529989.issue1329@psf.upfronthosting.co.za>
2007-10-26 23:55:07MrJean1linkissue1329 messages
2007-10-26 23:55:07MrJean1create