mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add a TODO about private vars.
This commit is contained in:
parent
cb4ef29dc8
commit
f9a1228304
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue