]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF # 640557, '64-bit' systems and the dbm module
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 22 Nov 2002 23:29:31 +0000 (23:29 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 22 Nov 2002 23:29:31 +0000 (23:29 +0000)
commit8d4c9817a2b7296b3ed828f2e455638604dc60d3
tree25e080a8a3034342bc155c58940d1b56e183f4f2
parent450cafae28495af5fa8d462a335a356f407219ef
Fix SF # 640557, '64-bit' systems and the dbm module

datum.dsize can apparently be long on some systems.
Ensure we pass an int* to PyArg_Parse("s#"), not &datum.dsize

Will backport.
Modules/dbmmodule.c