comparison doc/gendoc.py @ 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 ff874d34c856
children 170926caf44c
comparison
equal deleted inserted replaced
33505:389536aff376 33506:8a1a7935c047