commit | ecf4fdad50da72f6fcd4324436d0cf3f98053c12 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jul 15 01:13:24 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jul 15 01:13:24 2011 +0200 |
tree | 530a73a777e724001e87519782ebdf9268d13eeb | |
parent | a7878b77dcddf365452b53b223324a2f67d9354d [diff] |
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).