]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28439: Remove redundant checks in PyUnicode_EncodeLocale and
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:41:36 +0000 (15:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:41:36 +0000 (15:41 +0300)
commit2fbc019c8cd3b61b9c2651952ebb187df60d8266
tree6ae9cf5d505c5c8142d7f5a6e9f8e75936584fac
parentd3ff784f2d6ffaeee0e9aa1999d2e8ceed47ae82
Issue #28439: Remove redundant checks in PyUnicode_EncodeLocale and
PyUnicode_DecodeLocaleAndSize.  Patch by Xiang Zhang.
Objects/unicodeobject.c