]> granicus.if.org Git - python/commit
Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 May 2016 05:42:09 +0000 (08:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 May 2016 05:42:09 +0000 (08:42 +0300)
commit8ec11752046d19231c4a230e741ddc5b35e87218
tree91b43669f0478c68a29f779946ab53a9c396e4bd
parent9fa149dd24a8ce18a24d3ab597c2ff34912760c7
parent05d3921cc138ced6b5988c027275a601a6c9fb84
Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).
Patch by Xavier de Gaye.
Lib/test/test_mmap.py