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

[3.8] bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) #19029

Merged
merged 1 commit into from
Mar 16, 2020
Merged

[3.8] bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) #19029

merged 1 commit into from
Mar 16, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 16, 2020

If PySys_Audit() fails in PyEval_SetProfile() or PyEval_SetTrace(),
log the error as an unraisable exception.

(cherry picked from commit f6a5850)

https://bugs.python.org/issue35370

If PySys_Audit() fails in PyEval_SetProfile() or PyEval_SetTrace(),
log the error as an unraisable exception.

(cherry picked from commit f6a5850)
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.

3 participants