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:40:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510850425.73.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:

For it to work correctly, socket objects should be initialized with "self._io_refs = 1".
History
Date User Action Args
2017-11-16 16:41:12yselivanovunlinkissue32038 messages
2017-11-16 16:40:25yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, vstinner, asvetlov, Ben.Darnell
2017-11-16 16:40:25yselivanovsetmessageid: <1510850425.73.0.213398074469.issue32038@psf.upfronthosting.co.za>
2017-11-16 16:40:25yselivanovlinkissue32038 messages
2017-11-16 16:40:25yselivanovcreate