STINNER Victor added the comment:

Attached patch adds a finalizer to _socket.socket() and use 
PyErr_ResourceWarning() to log the traceback where the socket was created in 
the warning logger (if tracemalloc is enabled, see issue #26567).

----------
keywords: +patch
Added file: http://bugs.python.org/file42215/sock_finalize.patch

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

Reply via email to