PoltoS <polto...@alsenet.com> added the comment:

After some investigations it seems that a dup() is called in ssl wrap_socket(), 
so on sock.close() the socket is not really closed, since there is still one 
more reference (file descriptor) in the kernel's tcp/ip stack. Can someone 
confirm this?

Have not done this, but it is possible to check my supposition using linux lsof 
command before and after .close().

----------

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

Reply via email to