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

Handle Traceback Failure #738

Open
danieldresser-ie opened this issue Mar 2, 2018 · 0 comments
Open

Handle Traceback Failure #738

danieldresser-ie opened this issue Mar 2, 2018 · 0 comments

Comments

@danieldresser-ie
Copy link
Contributor

If an exception is thrown during Python shutdown, Python may have already replaced the traceback module with None, and our exception handling code will crash without printing the Python exception.

This PR fixes this, but introduces other errors, and we haven't cared enough to debug it yet:
#718

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

No branches or pull requests

1 participant