]> granicus.if.org Git - python/commit
_PyLong_AsByteArray: Don't do the "delicate overflow" check unless it's
authorTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 21:01:27 +0000 (21:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 21:01:27 +0000 (21:01 +0000)
commit05607ad4fdf7942bf178e1b6289901cd95dc7d8e
treec9a61e971fd752a899e520238a5e0e3e10227acb
parent898cf85c25de57a0c40bd9bedc00519674d09457
_PyLong_AsByteArray:  Don't do the "delicate overflow" check unless it's
truly needed; usually saves a little time, but no change in semantics.
Objects/longobject.c