]> granicus.if.org Git - python/commit
_PyLong_FromByteArray: changed decl of "carry" to match "thisbyte". No
authorTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 21:09:15 +0000 (21:09 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 21:09:15 +0000 (21:09 +0000)
commitf251d06a66dcadd4d64c6b4d2b3608f33c8a1868
treeb55db6efe30bd148cb21e78795e8658285d798d3
parent05607ad4fdf7942bf178e1b6289901cd95dc7d8e
_PyLong_FromByteArray:  changed decl of "carry" to match "thisbyte".  No
semantic change, but a bit clearer and may help a really stupid compiler
avoid pointless runtime length conversions.
Objects/longobject.c