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 r.david.murray
Recipients giampaolo.rodola, janssen, r.david.murray
Date 2012-05-15.23:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337126014.66.0.973250935197.issue14820@psf.upfronthosting.co.za>
In-reply-to
Content
Mostly likely it is correct.  Looking at the definition of close, it is calling "_real_close" when the _io_refs count drops to zero, and _decref_socketios is decrementing that counter.  So the logic is "if we have been closed, see if it is time to close the socket yet".
History
Date User Action Args
2012-05-15 23:53:34r.david.murraysetrecipients: + r.david.murray, janssen, giampaolo.rodola
2012-05-15 23:53:34r.david.murraysetmessageid: <1337126014.66.0.973250935197.issue14820@psf.upfronthosting.co.za>
2012-05-15 23:53:34r.david.murraylinkissue14820 messages
2012-05-15 23:53:33r.david.murraycreate