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 Anthony Sottile
Recipients Anthony Sottile, gregory.p.smith
Date 2019-01-22.19:23:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548185016.48.0.725594923085.issue35802@roundup.psfhosted.org>
In-reply-to
Content
yep! did my due diligence there, you can check my work on https://github.com/python/cpython/pull/11643

all platforms have these functions since `posixmodule.c` is always compiled and the functions in question are not guarded by preprocessor directives in any way
History
Date User Action Args
2019-01-22 19:23:38Anthony Sottilesetrecipients: + Anthony Sottile, gregory.p.smith
2019-01-22 19:23:36Anthony Sottilesetmessageid: <1548185016.48.0.725594923085.issue35802@roundup.psfhosted.org>
2019-01-22 19:23:36Anthony Sottilelinkissue35802 messages
2019-01-22 19:23:36Anthony Sottilecreate