]> granicus.if.org Git - python/commit
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Nov 2011 00:45:37 +0000 (01:45 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Nov 2011 00:45:37 +0000 (01:45 +0100)
commitab1d16b4561390022efc0a45fae1ce6cbb119a58
treee7307b10973f0167102e0baf7d0363815af0fe25
parent58fcf9f801d590b999401533154b63f4eb26ce6c
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()

 * Add tests for PyUnicode_EncodeDecimal() and PyUnicode_TransformDecimalToASCII()
 * Remove the unused "e" variable in replace()
Lib/test/test_unicode.py
Modules/_testcapimodule.c
Objects/unicodeobject.c