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 petr.viktorin
Recipients georg.brandl, indygreg, petr.viktorin, vstinner
Date 2021-08-30.15:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630336467.56.0.0521199383238.issue45025@roundup.psfhosted.org>
In-reply-to
Content
The macro PyUnicode_KIND is part of the documented public C API. It accesses the bit field "state.kind" directly.
History
Date User Action Args
2021-08-30 15:14:27petr.viktorinsetrecipients: + petr.viktorin, georg.brandl, vstinner, indygreg
2021-08-30 15:14:27petr.viktorinsetmessageid: <1630336467.56.0.0521199383238.issue45025@roundup.psfhosted.org>
2021-08-30 15:14:27petr.viktorinlinkissue45025 messages
2021-08-30 15:14:27petr.viktorincreate