]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41625: Skip os.splice() tests on AIX (GH-23354)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Nov 2020 22:08:10 +0000 (23:08 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 22:08:10 +0000 (23:08 +0100)
commit1de61d3923840b29e847d311f0c7d4c5821d98e6
treea87aaa98d3f2dd032a22e05ca1f34f627cba4f8d
parent29aa624047f893b3b3194f00252b2156bbbf4f9b
bpo-41625: Skip os.splice() tests on AIX (GH-23354)

On AIX, splice() only works with a socket, whereas the test uses a
pipe.
Lib/test/test_os.py