Commit e71ab8f4 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

unpacking_collector: allow nullptr-valued kwargs argument

This fixes an issue that can arise when forwarding (*args, **kwargs)
captured from a pybind11-bound function call to another Python function.
When the initial function call includes no keyword arguments, the
py::kwargs field is set to nullptr and causes a crash later on.
parent ba767801
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment