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 petri.lehtinen
Recipients giampaolo.rodola, neologix, petri.lehtinen, santoso.wijaya, socketpair
Date 2011-07-25.18:17:39
SpamBayes Score 3.781417e-06
Marked as misclassified No
Message-id <1311617859.69.0.586416083012.issue12463@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so this is intentional. But why? Why does it *have to* block on every call? It would be more reasonable to make in not block if serve_forever() is not running and for example add a function to check whether serve_forever() is running or not.

If for some reason it has to fail when serve_forever() is not running, a deadlock is still not good. An exception would be better.
History
Date User Action Args
2011-07-25 18:17:39petri.lehtinensetrecipients: + petri.lehtinen, giampaolo.rodola, neologix, santoso.wijaya, socketpair
2011-07-25 18:17:39petri.lehtinensetmessageid: <1311617859.69.0.586416083012.issue12463@psf.upfronthosting.co.za>
2011-07-25 18:17:39petri.lehtinenlinkissue12463 messages
2011-07-25 18:17:39petri.lehtinencreate