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, santoso.wijaya, socketpair
Date 2011-07-25.17:35:43
SpamBayes Score 0.0768413
Marked as misclassified No
Message-id <1311615344.18.0.2489921184.issue12463@psf.upfronthosting.co.za>
In-reply-to
Content
Seems reasonable to me.
What bothers me is this comment in shutdown's docstring:

        """Stops the serve_forever loop.

        Blocks until the loop has finished. This must be called while
        serve_forever() is running in another thread, or it will
        deadlock.
        """

I'm adding Giampaolo to the nosy list, to get his input on this.
History
Date User Action Args
2011-07-25 17:35:44neologixsetrecipients: + neologix, giampaolo.rodola, santoso.wijaya, socketpair, petri.lehtinen
2011-07-25 17:35:44neologixsetmessageid: <1311615344.18.0.2489921184.issue12463@psf.upfronthosting.co.za>
2011-07-25 17:35:43neologixlinkissue12463 messages
2011-07-25 17:35:43neologixcreate