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

Clear error indicator when the exception is handled on the Rust side #719

Merged
merged 1 commit into from
Jan 11, 2020

Conversation

Alexander-N
Copy link
Member

Leaving Python's global exception state is misleading, e.g. subsequent
calls of py.eval will fail.

Closes #688

Leaving Python's global exception state is misleading, e.g. subsequent
calls of `py.eval` will fail.
@kngwyu
Copy link
Member

kngwyu commented Jan 11, 2020

Nice 👍 , thank you!

@kngwyu kngwyu merged commit 95d045f into PyO3:master Jan 11, 2020
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.

PySet::pop sets the global exception state
2 participants