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 vstinner
Recipients Valery.Khamenya, eric.araujo, ezio.melotti, orsenthil, terry.reedy, vstinner
Date 2019-10-24.10:29:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571912972.85.0.731807326516.issue13131@roundup.psfhosted.org>
In-reply-to
Content
This issue is a duplicate of bpo-12133 which has been fixed in Python 2.7 by:

commit c74a6ba2d6c1f331896cf8dacc698b0b88c7e670
Author: Victor Stinner <victor.stinner@haypocalc.com>
Date:   Fri Jun 17 14:06:27 2011 +0200

    Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
    connection if its getresponse() method fails with a socket error. Patch written
    by Ezio Melotti.
History
Date User Action Args
2019-10-24 10:29:32vstinnersetrecipients: + vstinner, terry.reedy, orsenthil, ezio.melotti, eric.araujo, Valery.Khamenya
2019-10-24 10:29:32vstinnersetmessageid: <1571912972.85.0.731807326516.issue13131@roundup.psfhosted.org>
2019-10-24 10:29:32vstinnerlinkissue13131 messages
2019-10-24 10:29:32vstinnercreate