mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Merge pull request #85 from wbolster/fix-cython-warnings
Cosmetic changes to fix Cython warnings
This commit is contained in:
commit
7973cce554
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue