]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't crash on Py_UNICODE values < 0. Fixes #1454485.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 5 Jun 2006 10:43:57 +0000 (10:43 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 5 Jun 2006 10:43:57 +0000 (10:43 +0000)
commitcbbe647bb78886d841d4dc0b7827e29b059b3451
tree80453d0ee2abe94fc2bcf6e3380497a5fd97c414
parent04d547e397b9bccb40958dd7643b2aef1c8e9063
Don't crash on Py_UNICODE values < 0. Fixes #1454485.
Misc/NEWS
Objects/unicodeobject.c