Skip to content

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