python-manhole
python-manhole copied to clipboard
Under Python 3.11, manhole doesn't flush stdout until a statement is entered
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.