Martin Panter added the comment:

The documentation already says “Sockets are automatically closed when they are 
garbage-collected”. If for some reason you want to release a socket object but 
keep the file descriptor open, I suggest socket.detach(). Otherwise, pass the 
original socket, not the fileno.

I think this is at best a documentation issue, if you have any suggestions.

----------
assignee:  -> docs@python
components: +Documentation -IO
nosy: +docs@python, martin.panter
type: crash -> behavior

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

Reply via email to