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.20:33:52
SpamBayes Score 0.0025665206
Marked as misclassified No
Message-id <1311712343.3596.1.camel@localhost.localdomain>
In-reply-to <1311699141.09.0.915051235446.issue12463@psf.upfronthosting.co.za>
Content
[...]
>     # note, thread may die in any time! regardles of isAlive()
>     # if thread dead before calling serve_forever(), will hang here without a workaround
>     rpc.shutdown() # from xmlrpcservr. 

Why do you say it "hangs"? It doesn't hang, it just waits for you to
call serve_forever(): it's not a bug, it's actually a feature.
History
Date User Action Args
2011-07-26 20:33:52pitrousetrecipients: + pitrou, giampaolo.rodola, neologix, santoso.wijaya, socketpair, petri.lehtinen
2011-07-26 20:33:52pitroulinkissue12463 messages
2011-07-26 20:33:52pitroucreate