diff options
author | Victor Stinner <vstinner@python.org> | 2025-01-30 11:27:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 11:27:27 (GMT) |
commit | a810cb89f108f026d70c5b20141b709493051d96 (patch) | |
tree | 75745a7123a9a4c4b7f5b3fbc572b45a4eb09afc /Python/errors.c | |
parent | e1c4ba928852eac0b0e0bded1c314e3e36975286 (diff) | |
download | cpython-a810cb89f108f026d70c5b20141b709493051d96.zip cpython-a810cb89f108f026d70c5b20141b709493051d96.tar.gz cpython-a810cb89f108f026d70c5b20141b709493051d96.tar.bz2 |
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.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions