Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: json-decoder-maps-py3.6
Changeset: r96795:74f2f7e4c35a
Date: 2019-06-11 21:07 +0200
http://bitbucket.org/pypy/pypy/changeset/74f2f7e4c35a/
Log: pfff, too much vim magic
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pypyjson/interp_decoder.py
--- a/pypy/module/_pypyjson/interp_decoder.py
+++ b/pypy/module/_pypyjson/interp_decoder.py
@@ -280,7 +280,7 @@
def _raise_object_error(self, ch, start, i):
if ch == '\0':
self._raise("Unterminated object starting at", start)
- else:?!?jedi=0, ?!? (*_*param msg*_*, param pos) ?!?jedi?!?
+ else:
self._raise("Unexpected '%s' when decoding object" % ch, i)
def decode_array(self, i):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit