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
A
Alexey Izbyshev committed
7a69cf47a9bbc95f95fd67c982bff121b2a903cb
Parent: 0f221d0
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 11/9/2018, 7:12:06 AM