Add a TODO about private vars.

This commit is contained in:
Eric Snow 2018-01-10 21:44:42 +00:00
parent cb4ef29dc8
commit f9a1228304

View file

@ -230,6 +230,7 @@ class IpcChannel(object):
import thread
except ImportError:
import _thread as thread
# TODO: switch to a single underscore for "private" variables.
self.__seq = itertools.count()
self.__exit = False
self.__lock = thread.allocate_lock()