mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-09 19:30:21 +00:00
Add test for .skip()
This commit is contained in:
parent
9963522d46
commit
48d693c1b9
2 changed files with 15 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ cdef class Unpacker(object):
|
|||
else:
|
||||
self.file_like = None
|
||||
|
||||
cdef _unpack(self, bint construct):
|
||||
cdef object _unpack(self, bint construct):
|
||||
cdef int ret
|
||||
cdef object obj
|
||||
while 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue