]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Finally found a wat to set a file nonblocking that works on Irix,
authorGuido van Rossum <guido@python.org>
Mon, 12 May 1997 22:15:52 +0000 (22:15 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 May 1997 22:15:52 +0000 (22:15 +0000)
commit0e351f34c516b7b0f8a1c75b0744347f1f6673a4
tree8b683f7eea14df25c8e1b0cb1518d1dd881bc998
parentd77636216c37c03173aba98135143d88d7184c68
Finally found a wat to set a file nonblocking that works on Irix,
Solaris and Linux: use os.O_NONBLOCK.
Lib/test/test_fcntl.py