We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0609120 commit ffc77f2Copy full SHA for ffc77f2
Lib/_pyrepl/unix_console.py
@@ -159,7 +159,7 @@ def __init__(
159
self.pollob = poll()
160
self.pollob.register(self.input_fd, select.POLLIN)
161
self._poll_lock = threading.RLock()
162
- self._polling_thread = None
+ self._polling_thread: threading.Thread | None = None
163
self.terminfo = terminfo.TermInfo(term or None)
164
self.term = term
165
0 commit comments