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 ncoghlan
Recipients andyshorts, christian.heimes, georg.brandl, ncoghlan, ocean-city
Date 2008-02-24.07:55:01
SpamBayes Score 0.08464754
Marked as misclassified No
Message-id <1203839702.23.0.578745342394.issue1720705@psf.upfronthosting.co.za>
In-reply-to
Content
And one other restriction: the thread performing the import must not be
spawned as a side effect of importing a module (as this will deadlock
the interpreter)

The effect of disobeying the two restrictions in my previous comment
will be intermittent crashes at shutdown, such as those experienced by
the original poster of this bug report.
History
Date User Action Args
2008-02-24 07:55:02ncoghlansetspambayes_score: 0.0846475 -> 0.08464754
recipients: + ncoghlan, georg.brandl, ocean-city, andyshorts, christian.heimes
2008-02-24 07:55:02ncoghlansetspambayes_score: 0.0846475 -> 0.0846475
messageid: <1203839702.23.0.578745342394.issue1720705@psf.upfronthosting.co.za>
2008-02-24 07:55:01ncoghlanlinkissue1720705 messages
2008-02-24 07:55:01ncoghlancreate