Files
cpython/Python
Victor Stinner ecf4fdad50 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).
2011-07-15 01:13:24 +02:00
..
2011-06-20 21:40:46 -05:00
2011-04-15 16:52:35 +03:00
2011-05-29 11:45:29 -05:00