Replies: 1 comment
-
If you raise exceptions from a type caster missing the See b3c3723 for the rationale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Based on the docs here: https://nanobind.readthedocs.io/en/latest/porting.html#type-casters,
from_python
andfrom_cpp
must be marked asnoexcept
.noexcept
.noexcept
?Beta Was this translation helpful? Give feedback.
All reactions