]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set
authorVictor Stinner <vstinner@wyplay.com>
Wed, 28 Aug 2013 10:25:40 +0000 (12:25 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Wed, 28 Aug 2013 10:25:40 +0000 (12:25 +0200)
commitbff989ed201d9b566881705aa876300845390a7d
tree304fcde7e2b59f30f95d551a271d1e403c370944
parentd72fe89b800cf8ce66b742c16e93345361976ee6
test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set

Use also os.get_inheritable() instead of fcntl() to check the inheritable flag
(FD_CLOEXEC).
Lib/test/test_posix.py