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 malin
Recipients ezio.melotti, malin, qigangxu, shihai1991, vstinner
Date 2019-08-06.08:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565078486.7.0.103203559904.issue37752@roundup.psfhosted.org>
In-reply-to
Content
VC2017 optimizes multiple `unsigned char)((c) & 0xff` to a single `movzx` operation, maybe other compilers do it as well.
If so, there will be no performance changes.
History
Date User Action Args
2019-08-06 08:01:26malinsetrecipients: + malin, vstinner, ezio.melotti, shihai1991, qigangxu
2019-08-06 08:01:26malinsetmessageid: <1565078486.7.0.103203559904.issue37752@roundup.psfhosted.org>
2019-08-06 08:01:26malinlinkissue37752 messages
2019-08-06 08:01:26malincreate