chiark / gitweb /
documentation/python: properly handle nested pybind signature parse errors.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 10:01:38 +0000 (12:01 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 17:11:08 +0000 (19:11 +0200)
commit693febbd1440f6958880582c1a59bd1d6a83a2cc
treeedf8fd792b85588e4ef6e36f6704fd332a10472d
parent6c0de24028fc23bf848d3f70e4733341a5a60f54
documentation/python: properly handle nested pybind signature parse errors.

I still feel uneasy throwing exceptions. But eh.
documentation/python.py
documentation/test_python/test_pybind.py