]> granicus.if.org Git - python/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:58:57 +0000 (10:58 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 17:58:57 +0000 (10:58 -0700)
commitb9ecc0fadaf04aa5f7c9cec9addb4c9c97380fee
treef051ec0adca1c656b0b645235c024a045c54f6e2
parent1c31d19e35172c7de1beec5c48a5b632d16385d9
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