Files
cpython/Include/cpython
Victor Stinner a810cb89f1 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.
2025-01-30 11:27:27 +00:00
..
2024-06-07 10:19:41 +02:00