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-42173: WIP: Drop Solaris support #23002

Closed
wants to merge 1 commit into from
Closed

bpo-42173: WIP: Drop Solaris support #23002

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 27, 2020

#ifdef ENOTSUP
add_errcode("ENOTSUP", ENOTSUP, "Operation not supported");
#endif
#ifdef EOWNERDEAD
Copy link
Contributor

Choose a reason for hiding this comment

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

I haven't checked the other items in this list, but at least EOWNERDEAD is available on macOS.

@rhettinger
Copy link
Contributor

After the user comments we've received, under no circumstances should this PR being applied without a Steering Council vote.

Given the feedback received, one developer cannot choose to cut-off an entire community and ecosystem.

@vstinner
Copy link
Member Author

vstinner commented Nov 6, 2020

I close my draft PR: https://mail.python.org/archives/list/python-dev@python.org/message/46UUJ4J5YLCWF2JQMC5L7OIYG6PNQLRL/

This PR was only a draft to show how much could be removed if we drop the Solaris support. I didn't plan to merge it until we would reach a consensus.

@vstinner vstinner closed this Nov 6, 2020
@vstinner vstinner deleted the drop_solaris_support branch November 6, 2020 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants