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 Greg Price
Recipients Greg Price, jdemeyer, sir-sigurd
Date 2019-08-28.05:55:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566971719.1.0.335496996599.issue37837@roundup.psfhosted.org>
In-reply-to
Content
Ah OK, that makes sense of it then :)

> But the most important thing is that using PyLong_FromUnsignedLong() instead of _PyLong_FromUnsignedChar() on top of GH-15192 is producing the same results: striter_next() uses small_ints[] directly. However that's not true for bytearrayiter_next(): PyLong_FromUnsignedLong() is called there. I think that's due to how code is profiled so I'm satisfied with these results more or less.

Very interesting! That's a good comparison to have made, too.

I agree with your conclusions.
History
Date User Action Args
2019-08-28 05:55:19Greg Pricesetrecipients: + Greg Price, jdemeyer, sir-sigurd
2019-08-28 05:55:19Greg Pricesetmessageid: <1566971719.1.0.335496996599.issue37837@roundup.psfhosted.org>
2019-08-28 05:55:19Greg Pricelinkissue37837 messages
2019-08-28 05:55:18Greg Pricecreate