]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #682514, mmapmodule.c write fix for LP64 executables
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 7 Feb 2003 19:46:44 +0000 (19:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 7 Feb 2003 19:46:44 +0000 (19:46 +0000)
commit909be5a7f4d1d22d8eb4f7c6c130d01c37f8f935
tree012320c90db1267b58b4f985842738846e6124fb
parente370fb1ae75cd636f5ea25d8120d7fbadf704867
SF patch #682514, mmapmodule.c write fix for LP64 executables

Make length an int so we get the right value from
PyArg_ParseTuple(args, "s#", &str, &length)
Modules/mmapmodule.c