]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_PyLong_AsByteArray: added assert that the input is normalized. This is
authorTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 20:50:08 +0000 (20:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 20:50:08 +0000 (20:50 +0000)
commit898cf85c25de57a0c40bd9bedc00519674d09457
treeb4d3ecf1a46e632b632817b6db747f19b144daa5
parent9cb0c38fff05776f598ebfb67a60abc3bff629e2
_PyLong_AsByteArray:  added assert that the input is normalized.  This is
outside the function's control, but is crucial to correct operation.
Objects/longobject.c