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 pitrou
Recipients Winterflower, davin, josh.r, neologix, pitrou, sbt, shanip, xiang.zhang
Date 2017-07-19.10:21:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500459672.98.0.967844506711.issue23267@psf.upfronthosting.co.za>
In-reply-to
Content
I think this issue is mistaken.  The reader and writer objects are closed automatically when they are destroyed (see Connection.__del__).  The only thing that may lack is a way to close them more eagerly.

In any case, I'm closing as a duplicate of issue 30966.
History
Date User Action Args
2017-07-19 10:21:13pitrousetrecipients: + pitrou, neologix, sbt, josh.r, davin, shanip, xiang.zhang, Winterflower
2017-07-19 10:21:12pitrousetmessageid: <1500459672.98.0.967844506711.issue23267@psf.upfronthosting.co.za>
2017-07-19 10:21:12pitroulinkissue23267 messages
2017-07-19 10:21:12pitroucreate