You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had to work around Python 3.12.2 crash in nanobind due to inhertiance hierarchy issues between the native marshall types.
Workaround was to define marshall+trampoline as separate bound classes and pass them to nanobind with different names. However this isn't how the nanobind docs suggest it should work.
The text was updated successfully, but these errors were encountered:
Had to work around Python 3.12.2 crash in nanobind due to inhertiance hierarchy issues between the native marshall types.
Workaround was to define marshall+trampoline as separate bound classes and pass them to nanobind with different names. However this isn't how the nanobind docs suggest it should work.
The text was updated successfully, but these errors were encountered: