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, eric.snow, ezio.melotti, joshpurvis, ncoghlan, vstinner
Date 2016-06-26.08:58:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZ161H6R-wFPJvnrpzwB7ODCHFPup1WRNO-RyeB2=SmjA@mail.gmail.com>
In-reply-to <1466892219.46.0.416121805197.issue27387@psf.upfronthosting.co.za>
Content
It is a deadlock on the import lock. You should avoid creating and waiting
for a thread when a module is imported. Defer the creation of the thread.
History
Date User Action Args
2016-06-26 08:58:25vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, ezio.melotti, eric.snow, joshpurvis
2016-06-26 08:58:24vstinnerlinkissue27387 messages
2016-06-26 08:58:24vstinnercreate