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

error returns stacktrace string instead of traceback object #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

muszbek
Copy link

@muszbek muszbek commented Nov 5, 2019

What used to be:
Upon Python errors Erlang receives an opaque traceback object as binary data. It can be decoded to ASCII as readable text, but it has to be done manually and the non-text bytes obstruct readability.

With this modification:
Erlang now receives the text representation of the traceback as readable binary string.
Better for debugging python processes, better for displaying meaningful error messages to users.

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