]> granicus.if.org Git - python/commit
Fix potential signed-overflow bug in _PyLong_Format; also fix
authorMark Dickinson <dickinsm@gmail.com>
Sun, 13 Sep 2009 11:56:13 +0000 (11:56 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 13 Sep 2009 11:56:13 +0000 (11:56 +0000)
commit1f4fc097f600cf0c0408afd88a9d0a9bff9d9212
treede62238327e403f0066ae4422d2d7f5a5898e637
parent3d85454bcac3d3237c08cb4afe423ca43de2e135
Fix potential signed-overflow bug in _PyLong_Format;  also fix
a couple of whitespace issues.
Objects/longobject.c