mirror of
https://github.com/python/cpython.git
synced 2026-08-11 03:38:55 +08:00
Py_BuildValue("C") doesn't have to check the code point,
PyUnicode_FromOrdinal() checks its input and now supports non-BMP characters
(range U+10000-U+10FFFF).