gh-89188: Implement PyUnicode_KIND() as a function (#129412)
Implement PyUnicode_KIND() and PyUnicode_DATA() as function, in addition to the macros with the same names. The macros rely on C bit fields which have compiler-specific layout.
V
Victor Stinner committed
a810cb89f108f026d70c5b20141b709493051d96
Parent: e1c4ba9
Committed by GitHub <noreply@github.com>
on 1/30/2025, 11:27:27 AM