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 alex, christian.heimes, dstufft, janssen, martin.panter, pitrou, vstinner
Date 2017-07-04.14:20:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499178008.41.0.00900339769243.issue30319@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 67e1478dba6efe60b8e1890192014b8b06dd6bd9 by Victor Stinner in branch 'master':
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
https://github.com/python/cpython/commit/67e1478dba6efe60b8e1890192014b8b06dd6bd9
History
Date User Action Args
2017-07-04 14:20:08vstinnersetrecipients: + vstinner, janssen, pitrou, christian.heimes, alex, martin.panter, dstufft
2017-07-04 14:20:08vstinnersetmessageid: <1499178008.41.0.00900339769243.issue30319@psf.upfronthosting.co.za>
2017-07-04 14:20:08vstinnerlinkissue30319 messages
2017-07-04 14:20:08vstinnercreate