test_callbacks.py
4.25 KB
-
Fix async Python functors invoking from multiple C++ threads (#1587) (#1595) · 0071a3fe
* Fix async Python functors invoking from multiple C++ threads (#1587) Ensure GIL is held during functor destruction. * Add async Python callbacks test that runs in separate Python thread
Alexander Gagarin committed