Antoine Pitrou added the comment:

Also, I think there another issue in that test. It uses `N = 
support.PIPE_MAX_SIZE` but I think you want `N = support.PIPE_MAX_SIZE + 1` if 
you want the raw write() to block.

There is another test that can have a race condition: check_interrupted_write().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23680>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to