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 yselivanov
Recipients Ben.Darnell, asvetlov, gvanrossum, pitrou, vstinner, yselivanov
Date 2017-11-16.16:42:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510850527.67.0.213398074469.issue32038@psf.upfronthosting.co.za>
In-reply-to
Content
> Oh, sock._decref_socketios() must be uesd here to really close the socket if it was closed in the meanwhile:

There's also 'sock._closed' attribute that sock.close() and sock. _decref_socketios() interact with.. Alright, let me play with this in uvloop.  So far it looks like we don't need any new APIs :)
History
Date User Action Args
2017-11-16 16:42:07yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, vstinner, asvetlov, Ben.Darnell
2017-11-16 16:42:07yselivanovsetmessageid: <1510850527.67.0.213398074469.issue32038@psf.upfronthosting.co.za>
2017-11-16 16:42:07yselivanovlinkissue32038 messages
2017-11-16 16:42:07yselivanovcreate