Skip to content

gh-107211: Fix select extension build on Solaris #108012

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

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 16, 2023

Export the internal _Py_open() function for Solaris: the select extension uses it in its newDevPollObject() function.

@vstinner
Copy link
Member Author

@kulikjak: Can you please check if this change fix your build issue? ref: #107211 (comment)

Export the internal _Py_open() and _Py_write() functions for Solaris:
the select shared extension uses them.
Copy link
Contributor

@kulikjak kulikjak left a comment

Choose a reason for hiding this comment

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

Thank you very much! I tested it and the issues are gone.

@vstinner vstinner merged commit fb8fe37 into python:main Aug 16, 2023
@vstinner vstinner deleted the export_py_open branch August 16, 2023 20:26
@vstinner
Copy link
Member Author

You're welcome. It seems like we have no Solaris buildbot anymore. I'm fine with you reporting issues manually :-)

@kulikjak
Copy link
Contributor

Thank you.

As for the buildbot worker, there is technically a Solaris one I am maintaining, but sadly it's red all the time as there are some Solaris-specific changes that would need to be merged first. I created PRs for most of them some time ago, but they were not merged yet, and ATM they will probably need some rebasing and possibly minor updates to make them mergeable again.

Our internal buildbot is green/yellow most of the time, so it's definitely possible. I will look into it again.

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.

3 participants