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 gregory.p.smith
Recipients gregory.p.smith
Date 2020-03-30.21:04:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585602263.71.0.279519604291.issue40120@roundup.psfhosted.org>
In-reply-to
Content
The correct C99 way to do this is using a char[].  PyBytesObject and unicode's struct encoding_map both do this.

Unclear to me if we should backport this to earlier versions or not (because PyBytesObject may be exposed?)  Probably, but I also doubt it is a big deal as compilers are generally not _yet_ making use of this detail AFAIK.
History
Date User Action Args
2020-03-30 21:04:23gregory.p.smithsetrecipients: + gregory.p.smith
2020-03-30 21:04:23gregory.p.smithsetmessageid: <1585602263.71.0.279519604291.issue40120@roundup.psfhosted.org>
2020-03-30 21:04:23gregory.p.smithlinkissue40120 messages
2020-03-30 21:04:23gregory.p.smithcreate