]> 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:47 +0000 (23:29 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 22 Nov 2002 23:29:47 +0000 (23:29 +0000)
commit137084b6107af3865ccbaf6c479c429df814d2de
tree0a38a2530d42fc92f16335004010c69170874a44
parent9dbd177d051a64da4070c2f422fb7bacbe82057f
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
Modules/dbmmodule.c