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

Attempt to add cause info #1057

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

Thrameos
Copy link
Contributor

This is a work in progress to link Java exception causes with Python ones. Unfortunately, the cause slot is already used when throwing from Java to Python, so it is not clear if this can actually be made into a function PR.

Potentially fixes #1047

@marscher
Copy link
Member

@Thrameos Since it came up lately (line no = -1 vs line no = 0), is this PR obsolete?

@Thrameos
Copy link
Contributor Author

Likely though I don't remember what this was for. I think I was trying at one point to unify the exception outputs more closely. But was lost along the why fighting the lack of Python support for exceptions.

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.

Exception chaining/cause not mirrored into Python
2 participants