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-25.23:07:33
SpamBayes Score 0.0003811079
Marked as misclassified No
Message-id <1311635254.16.0.0347994499335.issue12463@psf.upfronthosting.co.za>
In-reply-to
Content
Can you explain the issue a bit more?
If thread A calls shutdown(), and thread B calls serve_forever() a bit later, thread A should IMO wait for serve_forever() to finish.
History
Date User Action Args
2011-07-25 23:07:34pitrousetrecipients: + pitrou, giampaolo.rodola, neologix, santoso.wijaya, socketpair, petri.lehtinen
2011-07-25 23:07:34pitrousetmessageid: <1311635254.16.0.0347994499335.issue12463@psf.upfronthosting.co.za>
2011-07-25 23:07:33pitroulinkissue12463 messages
2011-07-25 23:07:33pitroucreate