]> granicus.if.org Git - python/commit
SF patch #682514, mmapmodule.c write fix for LP64 executables
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 7 Feb 2003 19:44:56 +0000 (19:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 7 Feb 2003 19:44:56 +0000 (19:44 +0000)
commit4d933fe392c683990f6c73f4ce23bc845a896b79
treef8a8c13cd6432ff574d70c7ed520f90cf72ecdc2
parent1dca482dbdd42fc9a81cab1ae2f04471511c338d
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)

Will backport.
Modules/mmapmodule.c