This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients mark.dickinson, pitrou, scoder, serhiy.storchaka, vstinner
Date 2014-09-26.09:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411724825.0.0.885873013516.issue22501@psf.upfronthosting.co.za>
In-reply-to
Content
Combined patch for both mul and div that fixes the return value of long_true_div(), as found by Serhiy, and removes the useless change in long_divrem(), as found by Antoine. Thanks!

All test_long.py tests pass now.
History
Date User Action Args
2014-09-26 09:47:05scodersetrecipients: + scoder, mark.dickinson, pitrou, vstinner, serhiy.storchaka
2014-09-26 09:47:05scodersetmessageid: <1411724825.0.0.885873013516.issue22501@psf.upfronthosting.co.za>
2014-09-26 09:47:04scoderlinkissue22501 messages
2014-09-26 09:47:04scodercreate