mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-03 19:10:55 +00:00
Fix compile error
This commit is contained in:
parent
b6f7243479
commit
7d900371c8
1 changed files with 0 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ def unpack(object stream, object object_hook=None, object list_hook=None,
|
|||
Py_ssize_t max_array_len=2147483647,
|
||||
Py_ssize_t max_map_len=2147483647,
|
||||
Py_ssize_t max_ext_len=2147483647):
|
||||
):
|
||||
"""
|
||||
Unpack an object from `stream`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue