| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| catch.cpp | ||
| test_interpreter.cpp | ||
| test_interpreter.py |
Fixes a race condition when multiple threads try to acquire the GIL before `detail::internals` have been initialized. `gil_scoped_release` is now tasked with initializing `internals` (guaranteed single-threaded) to ensure the safety of subsequent `acquire` calls from multiple threads.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| CMakeLists.txt | Loading commit data... | |
| catch.cpp | Loading commit data... | |
| test_interpreter.cpp | Loading commit data... | |
| test_interpreter.py | Loading commit data... |