]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jun 2019 17:33:36 +0000 (10:33 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 17:33:36 +0000 (10:33 -0700)
commit22e8a6d013c14f8724f396011fe22f13ea1641aa
treea68c58a0ab01411a9925d9fd0a20b287dfc954ff
parentfad89046e14b271b2eeb399f7c7b45131d65e5f2
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)

If preadv2 is not available, preadv will raise NotImplementedError.
(cherry picked from commit 44867bb9376e324493f0149ac8b3c33f23c9050d)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/test/test_posix.py