raise overflow error in Py3.3+ when non-BMP Unicode characters are coerced into a...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 9 Dec 2012 12:22:19 +0000 (13:22 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 9 Dec 2012 12:22:19 +0000 (13:22 +0100)
commitd5a533006f822db38064268c50a29b5225b24d8e
tree9c9f04f11126c4d80ba349074faec1356b5c5708
parent97c614354acca3f72e69060fc13116f20ba85030
raise overflow error in Py3.3+ when non-BMP Unicode characters are coerced into a short Py_UNICODE value
CHANGES.rst
Cython/Utility/TypeConversion.c