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.22:20:20
SpamBayes Score 0.010130187
Marked as misclassified No
Message-id <1193437220.9.0.310507675196.issue1329@psf.upfronthosting.co.za>
In-reply-to
Content
I put a bunch of printf's in the Py_Finalize function of 2.5.1 and 
3.0a1.

All those show up when 2.5.1 exists including the call to 
call_ll_exitfuncs.

But in 3.0a1 only a few show up and the last one is just before the call 
to PyImport_Cleanup near line 393.  It looks like that call never 
returns.  That call never returns, it seems.
History
Date User Action Args
2007-10-26 22:20:21MrJean1setspambayes_score: 0.0101302 -> 0.010130187
recipients: + MrJean1, gvanrossum, nnorwitz
2007-10-26 22:20:20MrJean1setspambayes_score: 0.0101302 -> 0.0101302
messageid: <1193437220.9.0.310507675196.issue1329@psf.upfronthosting.co.za>
2007-10-26 22:20:20MrJean1linkissue1329 messages
2007-10-26 22:20:20MrJean1create