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 maxbachmann
Recipients maxbachmann
Date 2021-03-20.01:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616202653.73.0.639291876959.issue43565@roundup.psfhosted.org>
In-reply-to
Content
The documentation stated, that the PyUnicode_KIND macro has the following interface:
- int PyUnicode_KIND(PyObject *o)
However it actually returns a value of the underlying type of the PyUnicode_Kind enum. This could be e.g. an unsigned int as well.
History
Date User Action Args
2021-03-20 01:10:53maxbachmannsetrecipients: + maxbachmann
2021-03-20 01:10:53maxbachmannsetmessageid: <1616202653.73.0.639291876959.issue43565@roundup.psfhosted.org>
2021-03-20 01:10:53maxbachmannlinkissue43565 messages
2021-03-20 01:10:53maxbachmanncreate