]> granicus.if.org Git - python/commit
Fix more places in Objects/longobject.c where it's silently assumed that
authorMark Dickinson <dickinsm@gmail.com>
Sun, 15 Feb 2009 17:27:41 +0000 (17:27 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 15 Feb 2009 17:27:41 +0000 (17:27 +0000)
commit0d4785bc3b64c9429758436c60357e04bdcd1379
tree56ad4325f370c27028d81d05242ce053bbf79936
parent9d876139e50e82b2c2bc141d81fc97fc1c09a991
Fix more places in Objects/longobject.c where it's silently assumed that
sizeof(digit) < sizeof(int).
Objects/longobject.c