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

Simplify exception serialization to avoid issues with complex exceptions #121

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

RealOrangeOne
Copy link
Owner

In some cases, the exception may not be serializable. In those cases, exception data is lost. As it turns out, this is more common than expected.

This PR simplifies the serialization, storing just the text traceback and type of exception. This should be enough for most debugging.

@RealOrangeOne RealOrangeOne force-pushed the simplify-exception-serialization branch from b30eacd to fae9cde Compare November 22, 2024 17:43
@RealOrangeOne RealOrangeOne marked this pull request as ready for review November 29, 2024 14:42
@RealOrangeOne RealOrangeOne merged commit ce43889 into master Nov 29, 2024
50 checks passed
@RealOrangeOne RealOrangeOne deleted the simplify-exception-serialization branch November 29, 2024 14:43
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.

1 participant