diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-15 01:13:24 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-15 01:13:24 +0200 |
commit | ecf4fdad50da72f6fcd4324436d0cf3f98053c12 (patch) | |
tree | 530a73a777e724001e87519782ebdf9268d13eeb /Python/Python-ast.c | |
parent | a7878b77dcddf365452b53b223324a2f67d9354d (diff) | |
download | cpython-git-ecf4fdad50da72f6fcd4324436d0cf3f98053c12.tar.gz |
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).
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions