[issue35194] A typo in a constant in cp932 codec

Alexey Izbyshev report at bugs.python.org
Fri Nov 9 09:27:12 EST 2018


Alexey Izbyshev <izbyshev at ispras.ru> added the comment:

I've checked than other macros in Modules/cjkcodecs/cjkcodecs.h don't avoid multiple argument evaluation (e.g. OUTCHAR2, _TRYMAP_ENC), so I've changed 'assert' to a variant of what Serhiy suggested.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35194>
_______________________________________


More information about the Python-bugs-list mailing list