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.19:10:13
SpamBayes Score 0.08395415
Marked as misclassified No
Message-id <1193425813.75.0.748101049634.issue1329@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-10-26 19:10:13MrJean1setspambayes_score: 0.0839541 -> 0.08395415
recipients: + MrJean1, gvanrossum, nnorwitz
2007-10-26 19:10:13MrJean1setspambayes_score: 0.0839541 -> 0.0839541
messageid: <1193425813.75.0.748101049634.issue1329@psf.upfronthosting.co.za>
2007-10-26 19:10:13MrJean1linkissue1329 messages
2007-10-26 19:10:13MrJean1create