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 erlendaasland
Recipients christian.heimes, erlendaasland
Date 2021-11-09.13:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636465536.65.0.21570415727.issue45723@roundup.psfhosted.org>
In-reply-to
Content
AC_CHECK_TYPE is obsolete and it's use is discouraged. There are some gotchas we need to check before switching to AC_CHECK_TYPES.

See:
- https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Obsolete-Macros.html
- https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Generic-Types.html
History
Date User Action Args
2021-11-09 13:45:36erlendaaslandsetrecipients: + erlendaasland, christian.heimes
2021-11-09 13:45:36erlendaaslandsetmessageid: <1636465536.65.0.21570415727.issue45723@roundup.psfhosted.org>
2021-11-09 13:45:36erlendaaslandlinkissue45723 messages
2021-11-09 13:45:36erlendaaslandcreate