]> granicus.if.org Git - python/commit
BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to
authorTim Peters <tim.peters@gmail.com>
Sat, 9 Nov 2002 04:28:17 +0000 (04:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 9 Nov 2002 04:28:17 +0000 (04:28 +0000)
commitf29f0c6a785e0535110afdbdcbe985e6bfc838c1
treeebfd70c468308cd12b86b0887cfeeed28f5897da
parent07f075cebb73a96f04ce8747c3b4588571494189
BZ2Comp_compress():  Explicitly cast the LONG_LONG size argument to
_PyString_Resize to int.
Modules/bz2module.c