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 hroncok
Recipients christian.heimes, hroncok, petr.viktorin, vstinner
Date 2022-01-25.11:28:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643110113.83.0.504507285234.issue46513@roundup.psfhosted.org>
In-reply-to
Content
As described at https://mail.python.org/archives/list/python-dev@python.org/thread/MPHZ3TGSHMSF7C4P7JEP2ZCYLRA3ERC5/ the AC_C_CHAR_UNSIGNED macro from configure.ac confuses GCC 12+ as it exports a reserved symbol __CHAR_UNSIGNED__ through pyconfig.h.

My assumption was that AC_C_CHAR_UNSIGNED can be dropped entirely and the PR in https://github.com/python/cpython/pull/30851 confirmed that all the buildbots are happy with such change. Hence, I open this issue to actually do it.

Thanks
History
Date User Action Args
2022-01-25 11:28:33hroncoksetrecipients: + hroncok, vstinner, christian.heimes, petr.viktorin
2022-01-25 11:28:33hroncoksetmessageid: <1643110113.83.0.504507285234.issue46513@roundup.psfhosted.org>
2022-01-25 11:28:33hroncoklinkissue46513 messages
2022-01-25 11:28:33hroncokcreate