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 corona10
Recipients corona10, pablogsal, serhiy.storchaka, vstinner
Date 2020-10-01.16:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601569303.06.0.577250978276.issue41902@roundup.psfhosted.org>
In-reply-to
Content
PR 22479 and PR 22480 are different approaches.

I (and Victor) want to check which approach might be better.

PR 22480 would affect overall long division performance
PR 22479 assumes that step=1 case is very often (e.g range(100), range(-100, 100))
History
Date User Action Args
2020-10-01 16:21:43corona10setrecipients: + corona10, vstinner, serhiy.storchaka, pablogsal
2020-10-01 16:21:43corona10setmessageid: <1601569303.06.0.577250978276.issue41902@roundup.psfhosted.org>
2020-10-01 16:21:43corona10linkissue41902 messages
2020-10-01 16:21:43corona10create