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

gh-57187: Add support for extended attributes on FreeBSD #1690

Closed
wants to merge 1 commit into 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

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
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.
@brettcannon brettcannon added the type-feature A feature request or enhancement label Mar 26, 2019
@github-actions
Copy link

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

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Feb 19, 2022
@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jul 28, 2022
@github-actions
Copy link

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

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Aug 28, 2022
Copy link
Member

@iritkatriel iritkatriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has merge conflicts now.

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Nov 30, 2022
@github-actions
Copy link

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

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Dec 31, 2022
@arhadthedev arhadthedev added the extension-modules C modules in the Modules dir label Apr 29, 2023
@arhadthedev arhadthedev changed the title bpo-12978: Add support for extended attributes on FreeBSD gh-57187: Add support for extended attributes on FreeBSD Apr 29, 2023
@arhadthedev
Copy link
Member

Superseded by gh-103994.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting changes extension-modules C modules in the Modules dir OS-freebsd stale Stale PR or inactive for long period of time. type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants