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 patrila
Recipients patrila
Date 2017-12-02.10:21:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512210098.97.0.213398074469.issue29151@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a 'time.sleep(0.01)' before the 'send()' statement in test.test_asyncore.BaseTestAPI.test_handle_close_after_conn_broken.TestClient.handle_write works around this problem. Unsure if this a fix or just a workaround.

Patch attached.
History
Date User Action Args
2017-12-02 10:21:39patrilasetrecipients: + patrila
2017-12-02 10:21:38patrilasetmessageid: <1512210098.97.0.213398074469.issue29151@psf.upfronthosting.co.za>
2017-12-02 10:21:38patrilalinkissue29151 messages
2017-12-02 10:21:38patrilacreate