summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/cpython/unicodeobject.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated `Py_UNICODE` with `wchar_t` for Python 3.13 compatibilityshadchin2026-04-181-1/+1
| | | | | Since `Py_UNICODE` is just a typedef for `wchar_t` in Python 3, replace it with `wchar_t` in Cython typedefs, C++ headers, and stringlib macros. Python 2 code paths retain `Py_UNICODE` via #if guards. commit_hash:7bed62e2231a8fde3adc6317e8a41dd060895e24
* Import Python 3.13.11shadchin2026-02-031-289/+16
| | | | commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f
* Update Python 3 to 3.12.11shadchin2025-06-181-0/+13
| | | | commit_hash:0054a0810a95d3f1aa3d36410976d43e03ff7e86
* Sync contrib/tools/python3 layout with upstreamthegeorg2024-02-191-0/+963
* Move src/ subdir contents to the top of the layout * Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS * Regenerate contrib/libs/python proxy-headers accordingly 4ccc62ac1511abcf0fed14ccade38e984e088f1e