mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
a810cb89f1
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.