python-manhole icon indicating copy to clipboard operation
python-manhole copied to clipboard

Under Python 3.11, manhole doesn't flush stdout until a statement is entered

Open jcea opened this issue 2 years ago • 1 comments

Until Python 3.11, any output produced by the daemon was visible in the client CLI in real time. Now (Python 3.11) I only see daemon stdout after I type something in the client CLI and press enter.

Seems like "flush" is not behaving like it was behaving before.

jcea avatar Feb 10 '23 02:02 jcea