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 2017-09-27.06:23:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506493420.2.0.154975027568.issue31601@psf.upfronthosting.co.za>
In-reply-to
Content
The futimens and utimensat functions are available in High Sierra but not previous versions of macOS. Building against the 10.13 SDK and deploying to an earlier version will result in a crash when the dynamic linker can't find the symbols at runtime. Availability of the symbols needs to be checked at runtime before use.

This was originally reported in <https://trac.macports.org/ticket/54893>.
History
Date User Action Args
2017-09-27 06:23:40jmrsetrecipients: + jmr
2017-09-27 06:23:40jmrsetmessageid: <1506493420.2.0.154975027568.issue31601@psf.upfronthosting.co.za>
2017-09-27 06:23:40jmrlinkissue31601 messages
2017-09-27 06:23:39jmrcreate