R. David Murray <rdmur...@bitdance.com> added the comment:

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".

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14820>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to