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 EdSchouten
Recipients EdSchouten
Date 2016-09-10.07:30:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473492659.2.0.816562510878.issue28058@psf.upfronthosting.co.za>
In-reply-to
Content
CloudABI is a UNIX-like runtime environment that uses a capability-based security model. As there is no support for traditional UNIX credentials (uid_t, gid_t), its struct stat doesn't provide st_uid and st_gid.

Python can already deal with the absence of these fields, as it also needs to treat Windows similarly. Attached is a patch that simply adds CloudABI to the relevant '#if' in posixmodule.c.
History
Date User Action Args
2016-09-10 07:30:59EdSchoutensetrecipients: + EdSchouten
2016-09-10 07:30:59EdSchoutensetmessageid: <1473492659.2.0.816562510878.issue28058@psf.upfronthosting.co.za>
2016-09-10 07:30:59EdSchoutenlinkissue28058 messages
2016-09-10 07:30:58EdSchoutencreate