Message 411575 - Python tracker
Message411575
| 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:33 | hroncok | set | recipients: + hroncok, vstinner, christian.heimes, petr.viktorin |
| 2022-01-25 11:28:33 | hroncok | set | messageid: <1643110113.83.0.504507285234.issue46513@roundup.psfhosted.org> |
| 2022-01-25 11:28:33 | hroncok | link | issue46513 messages |
| 2022-01-25 11:28:33 | hroncok | create | |