-
Notifications
You must be signed in to change notification settings - Fork 11
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
Deserialization issue #14
Conversation
The fix is no good. Turns out the serialized value is a Python string (with unicode literals), not a JSON string. I'm gonna fix the test (to make it fail again). |
Okay, now the value is serialized with JSON as well. Test passes. |
Hi! Thanks for your efforts. But, your approach is wrong. Because:
I need some test project for reproduce this strange behavior but this can not be fixed with this workaround. ;) |
Hi Andrey,
|
I' am completely confused, sorry. I have been spoken about other issue. Your are right. I would like some time for review it. But currently I have very litle time for it. Sorry and thanks for your work. |
No worries, and thanks for the project, we're finding it very useful :) |
Now merged with some fixes for python3. |
See 2e4bc5b for failing test.
See 1d4a029 for fix.