We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b539de commit fe9e711Copy full SHA for fe9e711
tests/snippets/json_snippet.py
@@ -68,6 +68,6 @@ class Dict(dict): pass
68
# big ints should not crash VM
69
# TODO: test for correct output when actual serialization implemented and doesn’t throw
70
try:
71
- json.dumps(7*500)
+ json.dumps(7**500)
72
except:
73
pass
0 commit comments