]> granicus.if.org Git - python/commit
Fix two problems that emerged when the testsuite was run with an x64 build: PyLong_F...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 7 May 2007 18:30:48 +0000 (18:30 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 7 May 2007 18:30:48 +0000 (18:30 +0000)
commitf4601d874fc41cc7aa904ff09b9da273cefd7b72
tree6e1177203fc3b8c4d204afcb2a52ccaca6430e66
parentb4c285a25b78296afbc1a26f7ac14a41d011a48c
Fix two problems that emerged when the testsuite was run with an x64 build:  PyLong_FromSSize_t incorrectly assumed an unsigned object, and itertools.count() had the wrong upper limit for the iterator.
Modules/itertoolsmodule.c
Objects/longobject.c