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

Update test_baseexception.py from cpython 3.11.2 #4624

Merged
merged 2 commits into from
Mar 4, 2023
Merged

Update test_baseexception.py from cpython 3.11.2 #4624

merged 2 commits into from
Mar 4, 2023

Conversation

dalinaum
Copy link
Contributor

@dalinaum dalinaum commented Mar 4, 2023

@fanninpm
Copy link
Contributor

fanninpm commented Mar 4, 2023

Please break any RustPython-related lines into a separate commit. This makes the git blame easier to keep track of.

@dalinaum
Copy link
Contributor Author

dalinaum commented Mar 4, 2023

@fanninpm Sure, I just split the previous commit into two commits.

Copy link
Member

@youknowone youknowone 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!

@youknowone youknowone merged commit ab7971d into RustPython:main Mar 4, 2023
Comment on lines +33 to +35
inheritance_tree = open(
os.path.join(os.path.split(__file__)[0], 'exception_hierarchy.txt'),
encoding="utf-8")
Copy link
Contributor

Choose a reason for hiding this comment

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

One thing: since this references a file named exception_hierarchy.txt, it would make sense if it could also be brought up to date.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I uploaded it as a PR #4627.

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

3 participants