STINNER Victor <vstin...@python.org> added the comment:

> Modules/audioop.c uses __CHAR_UNSIGNED__, but the absence or presence of the 
> symbol does not affect behavior

This comment is really weird since audioop explicitly uses "signed char" and 
"unsigned char". Maybe to avoid any risk of confusion, the C code should use 
int8_t and uint8_t.

----------

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

Reply via email to