Author MrJean1
Recipients MrJean1, gvanrossum, nnorwitz
Date 2007-10-26.21:30:44
SpamBayes Score 0.0729136
Marked as misclassified No
Message-id <1193434245.07.0.0309170295992.issue1329@psf.upfronthosting.co.za>
In-reply-to
Content
The Py_AtExit function is in Python/pythonrun.c.  The calls to all 
installed C functions are made in  call_ll_exitfuncs, also in 
pythonrun.c.  The call to  call_ll_exitfuncs is at the very end of 
Py_Finalize also in pythonrun.c.

I am just getting down there now and Py_Finalize is called and reaches 
the call to PyGrammar_RemoveAccelerators a few lines higher.  But 
call_ll_exitfuncs is not called, as far as I can tell.
History
Date User Action Args
2007-10-26 21:30:45MrJean1setspambayes_score: 0.0729136 -> 0.0729136
recipients: + MrJean1, gvanrossum, nnorwitz
2007-10-26 21:30:45MrJean1setspambayes_score: 0.0729136 -> 0.0729136
messageid: <1193434245.07.0.0309170295992.issue1329@psf.upfronthosting.co.za>
2007-10-26 21:30:45MrJean1linkissue1329 messages
2007-10-26 21:30:44MrJean1create