]> granicus.if.org Git - python/commit
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH-3000...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Feb 2018 14:07:08 +0000 (06:07 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 1 Feb 2018 14:07:08 +0000 (16:07 +0200)
commit3a04c52a9eb03e31c60037248b872f3662002a4d
tree45a38ce3f577dfb83ccbc06bd992c6d3c9dfb225
parent8cf7ebb32dbdfb976ac92afd264e7587fb0da7ae
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH-3000) (GH-3000) (#4101)

(cherry picked from commit d4b93e21c2664d6a78e0656e7a7be0807be1c352)
Lib/test/test_posix.py
Modules/posixmodule.c