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 | 15f494d8ef787c1c6466938a6c0552bdb3c3d2da (patch) | |
tree | dca9f3840c26f8b02ba2e73f5342de7a7b1bc15d /Python/Python-ast.c | |
parent | 4a58d0a03ab09094f5c8ba93dd2a5df560998cec (diff) | |
download | cpython-15f494d8ef787c1c6466938a6c0552bdb3c3d2da.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