Wenzel Jakob e71ab8f455 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.
2016-10-08 15:30:02 +02:00
..
2016-09-19 13:45:34 +02:00
2016-07-08 15:14:48 +02:00
2016-09-08 22:53:18 +09:00
2016-10-07 11:19:57 +02:00
2016-09-19 13:45:31 +02:00
2016-09-19 13:45:34 +02:00
2016-09-19 13:45:34 +02:00