commit | b9ecc0fadaf04aa5f7c9cec9addb4c9c97380fee | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 11 10:58:57 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 11 10:58:57 2019 -0700 |
tree | f051ec0adca1c656b0b645235c024a045c54f6e2 | |
parent | 1c31d19e35172c7de1beec5c48a5b632d16385d9 [diff] |
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>