Merge pull request #85 from wbolster/fix-cython-warnings

Cosmetic changes to fix Cython warnings
This commit is contained in:
INADA Naoki 2014-02-13 00:46:02 +09:00
commit 7973cce554

View file

@ -221,7 +221,8 @@ cdef class Unpacker(object):
object object_hook=None, object object_pairs_hook=None, object list_hook=None,
str encoding=None, str unicode_errors='strict', int max_buffer_size=0,
object ext_hook=ExtType):
cdef char *cenc=NULL, *cerr=NULL
cdef char *cenc=NULL,
cdef char *cerr=NULL
self.file_like = file_like
if file_like: