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 Link Mauve
Recipients Link Mauve
Date 2014-10-13.12:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413204243.21.0.451981347417.issue22623@psf.upfronthosting.co.za>
In-reply-to
Content
Many POSIX functions aren’t available on every system, especially embedded ones.

The first patch introduces guards around some of these functions and add them to AC_CHECK_FUNCS in the configure.ac; the second one recompile every changed generated file, using autoreconf -fi and clinic.
History
Date User Action Args
2014-10-13 12:44:03Link Mauvesetrecipients: + Link Mauve
2014-10-13 12:44:03Link Mauvesetmessageid: <1413204243.21.0.451981347417.issue22623@psf.upfronthosting.co.za>
2014-10-13 12:44:03Link Mauvelinkissue22623 messages
2014-10-13 12:44:02Link Mauvecreate