8000 Fix compile error · palaviv/msgpack-python@7d90037 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d90037

Browse files
committed
Fix compile error
1 parent b6f7243 commit 7d90037

File tree

Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def unpack(object stream, object object_hook=None, object list_hook=None,
154154
Py_ssize_t max_array_len=2147483647,
155155
Py_ssize_t max_map_len=2147483647,
156156
Py_ssize_t max_ext_len=2147483647):
157-
):
158157
"""
159158
Unpack an object from `stream`.
160159