]> granicus.if.org Git - python/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)
commitcd04db03debaead0abd1bff149389445284f88e2
tree98fad3f687343fb125e7f0fef3dd57cf36df6265
parent92e7c7f99c51419e1b4aa5eaaa22b7aeb6154ffd
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