mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
ecf4fdad50
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).