| commit | 8ecf10e8cc19f8d2f24e612e3f04386f07f3e6b3 | [log] [tgz] |
|---|---|---|
| author | Rostan <rostan.tabet@gmail.com> | Fri Nov 14 01:29:02 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Nov 13 16:29:02 2025 -0800 |
| tree | 2ee8820c55d152f6b62b34312131c76b7ca23b72 | |
| parent | b30e72c6f6185e87d11bfe9b092d5271f14b7851 [diff] |
Fix crash in `gil_scoped_acquire` (#5828)
* Add a test reproducing the #5827 crash
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
* Fix #5827
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
* Rename PYBIND11_HAS_BARRIER and move it to common.h
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
* In test_thread.{cpp,py}, rename has_barrier
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
---------
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>