diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-09 20:44:48 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-09 20:44:48 (GMT) |
commit | 2e58f1a52a967c8c5a8c61ac2334cf659f6e4c82 (patch) | |
tree | 40cfbd93cd49695a9a5751f7ff5eda6d40d5a1c3 /Misc/HISTORY | |
parent | 1aa85a9eeac3f0ec5c6015fa1317e7d56690ac9a (diff) | |
download | cpython-2e58f1a52a967c8c5a8c61ac2334cf659f6e4c82.zip cpython-2e58f1a52a967c8c5a8c61ac2334cf659f6e4c82.tar.gz cpython-2e58f1a52a967c8c5a8c61ac2334cf659f6e4c82.tar.bz2 |
Issue #28400: Removed uncessary checks in unicode_char and resize_copy.
1. In resize_copy we don't need to PyUnicode_READY(unicode) since when
it's not PyUnicode_WCHAR_KIND it should be ready.
2. In unicode_char, PyUnicode_1BYTE_KIND is handled by get_latin1_char.
Patch by Xiang Zhang.
Diffstat (limited to 'Misc/HISTORY')
0 files changed, 0 insertions, 0 deletions