mirror of
https://github.com/python/cpython.git
synced 2026-05-20 11:23:49 -04:00
b1556c537d
Forward port some code from Python3: * join surrogate pairs if sizeof(Py_UNICODE)==2 * Enable non-BMP test on narrow builds using u"\U0001D121" instead of unichr(0x1D121)