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 osandov
Recipients benjamin.peterson, osandov
Date 2017-02-05.09:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486287860.62.0.802712636976.issue29450@psf.upfronthosting.co.za>
In-reply-to
Content
{get,list,remove,set}xattr all support fds and follow_symlinks, but they are not in the os.supports_fds and os.supports_follow_symlinks sets. The attached patch adds them. There are no HAVE_* features for the f and l variants of these syscalls since it's an all-or-nothing thing, so we always add them if the functions are defined.
History
Date User Action Args
2017-02-05 09:44:20osandovsetrecipients: + osandov, benjamin.peterson
2017-02-05 09:44:20osandovsetmessageid: <1486287860.62.0.802712636976.issue29450@psf.upfronthosting.co.za>
2017-02-05 09:44:20osandovlinkissue29450 messages
2017-02-05 09:44:20osandovcreate