bpo-35370: PyEval_SetTrace() logs unraisable error by vstinner · Pull Request #18977 · python/cpython

@vstinner

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

vstinner added a commit that referenced this pull request

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)