- Crash of python's main thread when one attempts to interrupt it fixed.
- Number of deadlocks in
runPyInMain
fixed:- It no longer deadlocks is exception is thrown
- Nested calls no longer deadlock.
- Calling it from python callback.
ToPy
instance added forPy b
,a -> Py b
,a1 -> a2 -> Py b
Initial release