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 kumaraditya
Recipients Mark.Shannon, eric.snow, gvanrossum, kumaraditya
Date 2022-02-28.13:02:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646053348.55.0.937753092888.issue46881@roundup.psfhosted.org>
In-reply-to
Content
Statically allocate and initialize the latin1 characters. This *should* make iterating over a ascii strings faster as it avoids an atomic read in PyInterpreterState_GET() to get unicode state in get_latin1_char, makes get_latin1_char branchless and can be used in deepfreeze for identifiers.
History
Date User Action Args
2022-02-28 13:02:28kumaradityasetrecipients: + kumaraditya, gvanrossum, Mark.Shannon, eric.snow
2022-02-28 13:02:28kumaradityasetmessageid: <1646053348.55.0.937753092888.issue46881@roundup.psfhosted.org>
2022-02-28 13:02:28kumaradityalinkissue46881 messages
2022-02-28 13:02:28kumaradityacreate