Alexey Izbyshev <izbys...@ispras.ru> added the comment:

> Maybe test "Py_CHARMASK(c) == (c)"?

This is a good alternative if multiple evaluation of 'c' is acceptable. Though 
I'd prefer '(unsigned char)c == c' for this style of fixing because it is bit 
closer to what happens in '((*outbuf)[i]) = c'.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35194>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to