mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-13 19:04:16 +00:00
parent
3cef27b69b
commit
de3c2b99f7
3 changed files with 3 additions and 37 deletions
|
|
@ -70,7 +70,7 @@ static inline PyObject* unpack_data(unpack_context* ctx)
|
|||
return (ctx)->stack[0].obj;
|
||||
}
|
||||
|
||||
static inline PyObject* unpack_clear(unpack_context *ctx)
|
||||
static inline void unpack_clear(unpack_context *ctx)
|
||||
{
|
||||
Py_CLEAR(ctx->stack[0].obj);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue