]> granicus.if.org Git - python/commit
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int...
authorMark Dickinson <mdickinson@enthought.com>
Fri, 20 Apr 2012 20:42:49 +0000 (21:42 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Fri, 20 Apr 2012 20:42:49 +0000 (21:42 +0100)
commitbcc17eefd2b630aca2fc0f4e27f274a028030542
treecb5ee87cd8a49f2f2a8fc4cac979e4ca35bca81c
parent63674f4b52aa7c2832fec09a026e24cd521e491b
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass.
Lib/test/test_long.py
Misc/NEWS
Objects/longobject.c