Mercurial > hg
changeset 33506:8a1a7935c047
commandserver: close selector explicitly
The selector does not have a __del__ method and needs a manual close. We can
also use "with selector" but that makes the code too indented. Therefore
append a "selector.close()" after the end of the main loop for now.
author | Jun Wu <quark@fb.com> |
---|---|
date | Sun, 16 Jul 2017 04:39:32 -0700 |
parents | 389536aff376 |
children | e9672de52a23 |
files | mercurial/commandserver.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff