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 giampaolo.rodola, neologix, petri.lehtinen, pitrou, santoso.wijaya, socketpair
Date 2011-07-26.16:28:36
SpamBayes Score 8.195477e-06
Marked as misclassified No
Message-id <1311697628.3648.2.camel@localhost.localdomain>
In-reply-to <1311697515.04.0.651274177774.issue12463@psf.upfronthosting.co.za>
Content
> In my case, exception occured in separate thread between the begginig
> of the thread and starting loop.
> 
> Main thread has a code that correctly stops that separate thread. It
> just calls loop_thread.server.server_close() and after that, calls
> loop_thread.join()
> 
> So, if program termination required, but loop was not started,
> deadlock occur.

Sorry, can you post a snippet reproducing the issue? It will make it
clearer for me to understand it.
History
Date User Action Args
2011-07-26 16:28:37pitrousetrecipients: + pitrou, giampaolo.rodola, neologix, santoso.wijaya, socketpair, petri.lehtinen
2011-07-26 16:28:36pitroulinkissue12463 messages
2011-07-26 16:28:36pitroucreate