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 ssoria
Recipients janssen, loewis, ssoria
Date 2010-01-10.23:53:22
SpamBayes Score 6.9710065e-10
Marked as misclassified No
Message-id <1263167604.12.0.827471889033.issue7672@psf.upfronthosting.co.za>
In-reply-to
Content
The issue was debugged on AMD64 Linux, but I was seeing similar crashing on OSX but could not debug because I wasn't getting a proper stack trace (probably because something else was being loaded into that memory space). I have yet to test if not setting those functions on OSX fixes the crashing, but I will soon.

Well Python's installed callbacks don't work correctly, so wouldn't it be safe to assume that if an app has installed callbacks of their own that those work correctly, or at least better than Python's, i.e. they don't bring down the entire app when Python is unloaded.
History
Date User Action Args
2010-01-10 23:53:24ssoriasetrecipients: + ssoria, loewis, janssen
2010-01-10 23:53:24ssoriasetmessageid: <1263167604.12.0.827471889033.issue7672@psf.upfronthosting.co.za>
2010-01-10 23:53:22ssorialinkissue7672 messages
2010-01-10 23:53:22ssoriacreate