mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
974ed7cfa5
iswide() for east asian width manipulation. (Inspired by David Goodger, Reviewed by Martin v. Loewis) - Move _PyUnicode_TypeRecord.flags to the end of the struct so that no padding is added for UCS-4 builds. (Suggested by Martin v. Loewis)