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 pitrou
Recipients Carlos.Ribeiro, belopolsky, pitrou, vstinner
Date 2011-01-31.18:34:55
SpamBayes Score 0.0040362794
Marked as misclassified No
Message-id <1296498895.73.0.11313199118.issue8176@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't be surprised if the crash was related to some concurrency issues during shutdown. Other (Python or not Python) threads can continue running while the main thread is running Py_Finalize; this might be the reason; or perhaps some extension modules don't really support reloading.
History
Date User Action Args
2011-01-31 18:34:55pitrousetrecipients: + pitrou, belopolsky, vstinner, Carlos.Ribeiro
2011-01-31 18:34:55pitrousetmessageid: <1296498895.73.0.11313199118.issue8176@psf.upfronthosting.co.za>
2011-01-31 18:34:55pitroulinkissue8176 messages
2011-01-31 18:34:55pitroucreate