Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Add a TODO about private vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Jan 10, 2018
1 parent cb4ef29 commit f9a1228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ptvsd/ipcjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def __init__(self, *args, **kwargs):
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()
Expand Down

0 comments on commit f9a1228

Please sign in to comment.