We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620a5c0 commit 02ae29dCopy full SHA for 02ae29d
src/trio/_repl.py
@@ -78,7 +78,7 @@ def raw_input(self, prompt: str = "") -> str:
78
from signal import SIGINT, signal
79
80
interrupted = False
81
-
+
82
if self.token is None:
83
self.token = trio.from_thread.run_sync(trio.lowlevel.current_trio_token)
84
0 commit comments