uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Exception [Errno 11] write could not complete without blocking

Open ale-dd opened this issue 4 years ago • 0 comments

Prompt_toolkit works flawlessly with asyncio but throws the exception in this issue's subject line when run via uvloop.

Some of the example programs in prompt_toolkit reproduce the issue:

https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1230

would anyone have some cycles to please take a look?

thank you!

ale-dd avatar Jan 28 '21 06:01 ale-dd

I tried the two examples you mentioned in prompt-toolkit/python-prompt-toolkit#1230 and couldn't reproduce the same issue. Please try with the latest uvloop and feel free to reopen if the issue persists.

fantix avatar Sep 09 '22 16:09 fantix