]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
long_mul(): Simplified exit code. In particular, k_mul() returns a
authorTim Peters <tim.peters@gmail.com>
Thu, 15 Aug 2002 19:41:06 +0000 (19:41 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 15 Aug 2002 19:41:06 +0000 (19:41 +0000)
commit9973d74b2d63ebd6a49d239b49f01fe823705b97
treef10885b46fbb394790ec44e3710ce6dd5d05374b
parentdd32a91cc0c8ba178d7ee5e78c30b6920aff66f4
long_mul():  Simplified exit code.  In particular, k_mul() returns a
normalized result, so no point to normalizing it again.  The number
of test+branches was also excessive.
Objects/longobject.c