[issue26590] socket destructor: implement finalizer

Antoine Pitrou report at bugs.python.org
Sat Mar 19 06:05:05 EDT 2016


Antoine Pitrou added the comment:

sock_finalize() is only called explicitly if there is a reference cycle. This is why sock_dealloc() has to call it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26590>
_______________________________________


More information about the Python-bugs-list mailing list