diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-09 07:35:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 07:35:05 (GMT) |
commit | 22234f1375d28803074405497ea61315fb37240d (patch) | |
tree | ef5173f7c5f14bd425287a99d195d93429ed3f26 /Lib/idlelib/pyparse.py | |
parent | f16ebcd460aaeb8d6b31db317d22f5ed68afbcc8 (diff) | |
download | cpython-22234f1375d28803074405497ea61315fb37240d.zip cpython-22234f1375d28803074405497ea61315fb37240d.tar.gz cpython-22234f1375d28803074405497ea61315fb37240d.tar.bz2 |
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
This typo doesn't affect the result because wrong bits are discarded
on implicit conversion to unsigned char, but it trips UBSan
with -fsanitize=implicit-integer-truncation.
https://bugs.python.org/issue35194
(cherry picked from commit 7a69cf47a9bbc95f95fd67c982bff121b2a903cb)
Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Diffstat (limited to 'Lib/idlelib/pyparse.py')
0 files changed, 0 insertions, 0 deletions