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 vstinner
Recipients brett.cannon, pitrou, vstinner
Date 2013-10-28.14:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382971744.67.0.413827884684.issue19421@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you explain what the actual cause of the crash is?

I modified locally my Python source code (I worked on a patch for PyFrame_LocalsToFast(), issue #18408), the crash was a bug in my code, it's unrelated to the issue.

I opened an issue because I'm surprised that Python tries to import a module which was just unloaded, during its finalization procedure.
History
Date User Action Args
2013-10-28 14:49:04vstinnersetrecipients: + vstinner, brett.cannon, pitrou
2013-10-28 14:49:04vstinnersetmessageid: <1382971744.67.0.413827884684.issue19421@psf.upfronthosting.co.za>
2013-10-28 14:49:04vstinnerlinkissue19421 messages
2013-10-28 14:49:04vstinnercreate