There was an error while loading. Please reload this page.
1 parent 186d4db commit 809bfcdCopy full SHA for 809bfcd
1 file changed
msgpack/_unpacker.pyx
@@ -168,7 +168,6 @@ def unpackb(object packed, *, object object_hook=None, object list_hook=None,
168
cdef char* buf = NULL
169
cdef Py_ssize_t buf_len
170
cdef const char* cerr = NULL
171
- cdef object extra = None
172
173
if unicode_errors is not None:
174
cerr = unicode_errors
0 commit comments