mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 07:50:37 +00:00
* 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