Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Jun 2019 17:15:31 +0000 (10:15 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 17:15:31 +0000 (10:15 -0700)
commit44867bb9376e324493f0149ac8b3c33f23c9050d
tree86c1386468f7df393a9c5152e63b20e5c096f870
parent910b3fcb01c29f18ffd53086e36cd2cb9e5fae55
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)

If preadv2 is not available, preadv will raise NotImplementedError.
Lib/test/test_posix.py