[issue31601] Availability of utimensat, futimens not checked correctly on macOS

Ronald Oussoren report at bugs.python.org
Tue Aug 13 05:42:12 EDT 2019


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

I'd prefer a solution that uses symbols where the are available (weak linking). 

That way users on newer systems can use all functionality available there, without having multiple binaries.

I've done this in the past for older macOS versions, but don't know how involved such patches would be for current versions of CPython.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31601>
_______________________________________


More information about the Python-bugs-list mailing list