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.

作者 python-dev
收信人 martin.panter, python-dev, serhiy.storchaka
日期 2014-12-01.11:16:43
SpamBayes Score -1.0
Marked as misclassified
Message-id <20141201111628.116304.22634@psf.io>
In-reply-to
内容
New changeset f88c00391dd8 by Serhiy Storchaka in branch '2.7':
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
https://hg.python.org/cpython/rev/f88c00391dd8

New changeset ba72da4883eb by Serhiy Storchaka in branch '3.4':
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
https://hg.python.org/cpython/rev/ba72da4883eb

New changeset 62a058c76869 by Serhiy Storchaka in branch 'default':
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
https://hg.python.org/cpython/rev/62a058c76869
历史
日期 用户 动作 参数
2014-12-01 11:16:44python-dev修改recipients: + python-dev, martin.panter, serhiy.storchaka
2014-12-01 11:16:43python-dev链接issue21032 messages
2014-12-01 11:16:43python-dev创建