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 jmr
Recipients jmr
Date 2020-12-08.11:15:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607426117.25.0.975744797691.issue42598@roundup.psfhosted.org>
In-reply-to
Content
There are several cases in the configure script of exit being used without including stdlib.h, and one case of close being used without including unistd.h. A compiler that does not allow implicit function declaration, such as clang in Xcode 12, will error out due to this, which may cause the affected checks to give incorrect results.
History
Date User Action Args
2020-12-08 11:15:17jmrsetrecipients: + jmr
2020-12-08 11:15:17jmrsetmessageid: <1607426117.25.0.975744797691.issue42598@roundup.psfhosted.org>
2020-12-08 11:15:17jmrlinkissue42598 messages
2020-12-08 11:15:17jmrcreate