Commit 60001202 authored by Antoine Pitrou's avatar Antoine Pitrou

Add comment

parent 71a28a91
......@@ -149,6 +149,8 @@ class _ConnectionBase:
self._readable = readable
self._writable = writable
# XXX should we use util.Finalize instead of a __del__?
def __del__(self):
if self._handle is not None:
self._close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment