commit | 44867bb9376e324493f0149ac8b3c33f23c9050d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 11 10:15:31 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 11 10:15:31 2019 -0700 |
tree | 86c1386468f7df393a9c5152e63b20e5c096f870 | |
parent | 910b3fcb01c29f18ffd53086e36cd2cb9e5fae55 [diff] |
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) If preadv2 is not available, preadv will raise NotImplementedError.