Add test for .skip()

This commit is contained in:
INADA Naoki 2012-09-23 10:09:51 +09:00
parent 9963522d46
commit 48d693c1b9
2 changed files with 15 additions and 1 deletions

View file

@ -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: