New submission from Omar Sandoval:

{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.

----------
components: Extension Modules
files: xattrsupports.patch
keywords: patch
messages: 287042
nosy: Omar Sandoval, benjamin.peterson
priority: normal
severity: normal
status: open
title: xattr functions aren't in os.supports_fd, os.supports_follow_symlinks
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file46522/xattrsupports.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29450>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to