]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_KIND() uses _Py_RVALUE() (#100060)
authorVictor Stinner <vstinner@python.org>
Tue, 6 Dec 2022 22:40:05 +0000 (23:40 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 22:40:05 +0000 (23:40 +0100)
commitabbe4482ab914d6da8b1678ad46174cb875ed7f6
treec022ab83383c4376c24826d260541377d2e1733a
parent679efbb080242fc5be63ad873968f05faeef889f
PyUnicode_KIND() uses _Py_RVALUE() (#100060)

The PyUnicode_KIND() macro is modified to use _Py_RVALUE(), so it can
no longer be used as a l-value.
Include/cpython/unicodeobject.h