Skip to content

stdlib.json.decoder: Hot fix for json decoder #5

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

Merged
merged 1 commit into from
Jul 30, 2018

Conversation

corona10
Copy link

a = (1,)

c, = a
print(type(c))
# should be <type 'int'>
# but <type 'tuple'> on grumpy

There is something wrong behavior on the tuple assignment of grumpy.
This PR does not fix the essential problem but fix to use json library.

Updates: #3

@corona10 corona10 requested a review from alanjds July 30, 2018 06:19
@corona10
Copy link
Author

I think that we need to integrate Travis CI also.
WDYT? @alanjds

@alanjds
Copy link

alanjds commented Jul 30, 2018

Travis is now aware of it 👍

@alanjds
Copy link

alanjds commented Jul 30, 2018

Will deal with Gitlab later too.

Gitlab builds on a more vanilla Docker, and eases getting issues about the Travis environment when it happens.

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.

3 participants