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 b8bf3c9 commit 197e307Copy full SHA for 197e307
msgpack/_unpacker.pyx
@@ -271,7 +271,7 @@ cdef class Unpacker(object):
271
Limits max length of map. (default: 32*1024)
272
273
:param int max_ext_len:
274
- Limits max length of map. (default: 1024*1024)
+ Limits max size of ext type. (default: 1024*1024)
275
276
:param str encoding:
277
Deprecated, use raw instead.
msgpack/fallback.py
@@ -220,7 +220,7 @@ class Unpacker(object):
220
221
222
223
224
225
example of streaming deserialize from file-like object::
226
0 commit comments