Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-12978: Add support for extended attributes on FreeBSD #1690

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

worr
Copy link
Contributor

@worr worr commented May 21, 2017

Extended attributes are supported on FreeBSD, but have
a different API than on Linux. This implements a compatibility
layer so that the same set of python functions map to the
equivalent FreeBSD functions.

This is the patch for issue: https://bugs.python.org/issue12978

https://bugs.python.org/issue12978

@the-knights-who-say-ni
Copy link

@the-knights-who-say-ni the-knights-who-say-ni commented May 21, 2017

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@worr worr changed the title Add support for extended attributes on FreeBSD issue12978: Add support for extended attributes on FreeBSD May 21, 2017
@worr worr changed the title issue12978: Add support for extended attributes on FreeBSD bpo-12978: Add support for extended attributes on FreeBSD May 21, 2017
@worr worr force-pushed the feature/exattrs-bsd branch from 927aad5 to ed5d302 Compare May 21, 2017
@worr worr force-pushed the feature/exattrs-bsd branch from ed5d302 to 22dd7e4 Compare Mar 3, 2018
Extended attributes are supported on FreeBSD, but have
a different API than on Linux. This implements a compatibility
layer so that the same set of python functions map to the
equivalent FreeBSD functions.
@worr worr force-pushed the feature/exattrs-bsd branch from 22dd7e4 to 123b203 Compare Mar 3, 2018
@brettcannon brettcannon added the type-feature label Mar 26, 2019
@github-actions
Copy link

@github-actions github-actions bot commented Feb 19, 2022

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review CLA signed OS-freebsd stale type-feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants