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

Reguire GIL before constructing PyErr from Rust value #597

Merged
merged 2 commits into from
Sep 28, 2019

Conversation

kngwyu
Copy link
Member

@kngwyu kngwyu commented Sep 7, 2019

Resolves #559
But the problem remains, in that we can still construct segfauty PyErr by PyErrValue::ToArgs

@kngwyu kngwyu merged commit d860ee3 into PyO3:master Sep 28, 2019
@kngwyu kngwyu deleted the err-nosegv branch September 28, 2019 06:11
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.

Segmentation fault when unwrapping a PyResult
1 participant