Commits


Alexander Gagarin authored and Wenzel Jakob committed 0071a3feb09
Fix async Python functors invoking from multiple C++ threads (#1587) (#1595) * 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