]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
authorBenjamin Peterson <benjamin@python.org>
Thu, 6 Oct 2016 04:45:48 +0000 (21:45 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 6 Oct 2016 04:45:48 +0000 (21:45 -0700)
commit1df2cbed761401e83ccb684352e9ab9264fccfd9
tree75ac06fc8b224591e292aff175eafa74bb802f66
parentab8b75a56e771eb410f74a8432bc88e5937398cf
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c