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 socketpair
Recipients socketpair
Date 2017-08-31.09:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504173301.11.0.484917875166.issue31313@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, chflags() is not supported by linux directly. But actually, Linux supports chflags functionality:

https://stackoverflow.com/questions/34176464/why-os-chflags-doesnt-work-under-linux

through

ioctl (fd, EXT2_IOC_SETFLAGS, <BITMASK_OF_FLAGS>)
History
Date User Action Args
2017-08-31 09:55:01socketpairsetrecipients: + socketpair
2017-08-31 09:55:01socketpairsetmessageid: <1504173301.11.0.484917875166.issue31313@psf.upfronthosting.co.za>
2017-08-31 09:55:01socketpairlinkissue31313 messages
2017-08-31 09:55:00socketpaircreate