SIGN IN SIGN UP

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.
N
Neal Norwitz committed
8d4c9817a2b7296b3ed828f2e455638604dc60d3
Parent: 450cafa