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 rhettinger
Recipients corona10, mark.dickinson, pablogsal, rhettinger, serhiy.storchaka, vstinner
Date 2021-03-18.23:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616111385.45.0.362755556253.issue42161@roundup.psfhosted.org>
In-reply-to
Content
I don't have a PR in-hand.  I just ran across this when trying to explain 3.9 vs 3.10 timings and M-1 vs Intel timings.   Ideally, all of these PRs should be reverted.  Short of that, each change needs to be reviewed to see if it created extra work inside a loop.  There are 35 calls to PyLong_GetOne and 3 for PyLong_GetZero.  Each of those should be checked.
History
Date User Action Args
2021-03-18 23:49:45rhettingersetrecipients: + rhettinger, mark.dickinson, vstinner, serhiy.storchaka, corona10, pablogsal
2021-03-18 23:49:45rhettingersetmessageid: <1616111385.45.0.362755556253.issue42161@roundup.psfhosted.org>
2021-03-18 23:49:45rhettingerlinkissue42161 messages
2021-03-18 23:49:45rhettingercreate