New submission from padraic cunningham:
When the following code snippets are run from two separate shells, the code
inside the function does not raise any error on the second call while the
second snippet successfully raises a BlockingIOError on the second run:
# No error raised.
def func
padraic cunningham added the comment:
When the following code snippets are run from two separate shells, the code
inside the function does not raise any error on the second call while the
second snippet successfully raises a BlockingIOError on the second run:
# No error raised.
def func