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

Make symbolator_sphinx work with newer sphinx verions #7

Merged
merged 1 commit into from
Jan 28, 2022
Merged

Make symbolator_sphinx work with newer sphinx verions #7

merged 1 commit into from
Jan 28, 2022

Conversation

LukasVik
Copy link

symbolator_sphinx is broken for sphinx>3.5.4 due to the imports of ENOENT, EPIPE, EINVAL.

This PR imports these from the "official" errno module in python stdlib instead.

Tested locally on Ubuntu 18.04 with python 3.9.9 and sphinx 4.3.2.

ENOENT, EPIPE, EINVAL no longer exist in sphinx.util.osutil (since 4.0.0).
However taking them from the official source in errno seems more correct anyway.
@LukasVik
Copy link
Author

@mithro
Sorry to ping you like this but you seem to be the de-facto maintainer of this repo. Would it be possible to merge this PR?

@mithro mithro requested a review from eine January 28, 2022 18:45
Copy link
Member

@mithro mithro left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants