Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the m… · pythoncapi/cpython@da29cc3 · GitHub
Skip to content

Commit da29cc3

Browse files
author
Victor Stinner
committed
Issue python#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 python#13441.
1 parent a996f1e commit da29cc3

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

Modules/_localemodule.c

Lines changed: 26 additions & 0 deletions

Objects/unicodeobject.c

Lines changed: 13 additions & 0 deletions

0 commit comments

Comments
 (0)