We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example if you are trying to serialize the following module: https://github.com/ipython/ipython/blob/master/IPython/core/tests/nonascii.py
We get a unicode exception because it is not valid UTF-8
The text was updated successfully, but these errors were encountered:
switch to base64-encoding modules to get around encoding issues like #82
07bc31c
Merge pull request #99 from pywren/serialization-bugs
f558693
Serialization bugs, closes #83, #82, #44, and #78
ericmjonas
No branches or pull requests
For example if you are trying to serialize the following module:
https://github.com/ipython/ipython/blob/master/IPython/core/tests/nonascii.py
We get a unicode exception because it is not valid UTF-8
The text was updated successfully, but these errors were encountered: