Py_BuildValue("C") supports non-BMP characters on narrow build
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). V
Victor Stinner committed
ecf4fdad50da72f6fcd4324436d0cf3f98053c12
Parent: a7878b7