Open
Description
as it says, after I run:
from gevent import monkey; monkey.patch_all()
ptpython becomes unresponsive with no error message. There may be a clue from running ptipython I get this error message before the terminal becomes unresponseive:
The history saving thread hit an unexpected error (LoopExit('This operation would block forever',)).History will not be written to the databa.
I'm using git clones of ptpython and prompt-toolkit from about an hour ago.