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 gvanrossum, martius, python-dev, vstinner, yselivanov
Date 2015-01-15.08:24:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421310281.39.0.414543354451.issue23209@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that _ProactorBasePipeTransport doesn't clear its reference to the socket when it is closed. I changed this in the following commit (now merged in Python 3.4 & 3.5):
https://code.google.com/p/tulip/source/detail?r=61ce7def97272ab1a6488545dc392160c2fbe316
History
Date User Action Args
2015-01-15 08:24:41vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov, martius
2015-01-15 08:24:41vstinnersetmessageid: <1421310281.39.0.414543354451.issue23209@psf.upfronthosting.co.za>
2015-01-15 08:24:41vstinnerlinkissue23209 messages
2015-01-15 08:24:41vstinnercreate