This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, hroncok, petr.viktorin, vstinner
Date 2022-01-25.18:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643134441.55.0.2760439628.issue46513@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2022-01-25 18:14:01vstinnersetrecipients: + vstinner, christian.heimes, petr.viktorin, hroncok
2022-01-25 18:14:01vstinnersetmessageid: <1643134441.55.0.2760439628.issue46513@roundup.psfhosted.org>
2022-01-25 18:14:01vstinnerlinkissue46513 messages
2022-01-25 18:14:01vstinnercreate