mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-09-20 17:13:19 +08: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