]> granicus.if.org Git - python/commit
Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 13:31:41 +0000 (14:31 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 13:31:41 +0000 (14:31 +0100)
commitda29cc36aa2c7dcc3932ea1d83e261aa940ccdb4
tree25809c9e42e05177422ea007fa2da3d0cf46a152
parenta996f1e1a05c96e449aabb7fa77e5128417ce7e0
Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum
character is bigger than U+10FFFF and locale.localeconv() dumps the string
before decoding it.

Temporary hack to debug the issue #13441.
Modules/_localemodule.c
Objects/unicodeobject.c