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 christian.heimes
Recipients christian.heimes, hroncok, petr.viktorin, vstinner
Date 2022-01-25.11:35:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643110542.99.0.0506118125071.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:

#if defined(__CHAR_UNSIGNED__)
#if defined(signed)
/* This module currently does not work on systems where only unsigned
   characters are available.  Take it out of Setup.  Sorry. */
#endif
#endif
History
Date User Action Args
2022-01-25 11:35:43christian.heimessetrecipients: + christian.heimes, vstinner, petr.viktorin, hroncok
2022-01-25 11:35:42christian.heimessetmessageid: <1643110542.99.0.0506118125071.issue46513@roundup.psfhosted.org>
2022-01-25 11:35:42christian.heimeslinkissue46513 messages
2022-01-25 11:35:42christian.heimescreate