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 neologix
Recipients giampaolo.rodola, neologix, petri.lehtinen, pitrou, santoso.wijaya, socketpair
Date 2011-07-26.21:28:41
SpamBayes Score 0.0008231052
Marked as misclassified No
Message-id <CAH_1eM3ji+ecQvF+3Y0y+6pg-rp6PNANBEDk-OEgr_AiY5VjDg@mail.gmail.com>
In-reply-to <1311712343.3596.1.camel@localhost.localdomain>
Content
When you join a thread which hasn't been started, you get an
exception, not a deadlock.
When you join a newly-created queue, it doesn't wait until an item is
submitted to the queue.
But honestly I don't really care, since it's such a minor nuisance and
open to interpretation.
History
Date User Action Args
2011-07-26 21:28:42neologixsetrecipients: + neologix, pitrou, giampaolo.rodola, santoso.wijaya, socketpair, petri.lehtinen
2011-07-26 21:28:41neologixlinkissue12463 messages
2011-07-26 21:28:41neologixcreate