diff options
author | INADA Naoki <inada-n@klab.com> | 2013-10-20 15:40:20 +0900 |
---|---|---|
committer | INADA Naoki <inada-n@klab.com> | 2013-10-20 15:40:20 +0900 |
commit | aa68c9b8330b130d600b22ec47d5c3841499b536 (patch) | |
tree | 85fd0c30d69180b2afa1602b40bb4775ddf12459 /msgpack/_unpacker.pyx | |
parent | 27f0cba8a5f36393517ee85d2c339847b76e0c6b (diff) | |
download | msgpack-python-aa68c9b8330b130d600b22ec47d5c3841499b536.tar.gz |
fallback: Support pack_ext_type.
Diffstat (limited to 'msgpack/_unpacker.pyx')
-rw-r--r-- | msgpack/_unpacker.pyx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/msgpack/_unpacker.pyx b/msgpack/_unpacker.pyx index cf30670..b0e66db 100644 --- a/msgpack/_unpacker.pyx +++ b/msgpack/_unpacker.pyx @@ -32,8 +32,6 @@ cdef extern from "unpack.h": msgpack_user user PyObject* obj size_t count - unsigned int ct - PyObject* key ctypedef int (*execute_fn)(unpack_context* ctx, const char* data, size_t len, size_t* off) except? -1 |