[issue27016] BlockingIOError not raised inside function.

2016-05-13 Thread padraic cunningham
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

[issue27016] BlockingIOError not raised inside function.

2016-05-13 Thread padraic cunningham
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