Files
pybind11/tests
Ralf W. Grosse-Kunstleve a090637483 Add test for gil_safe_call_once_and_store per-interpreter isolation
This test verifies that gil_safe_call_once_and_store provides separate
storage for each interpreter when subinterpreter support is enabled.

The test caches the interpreter ID in the main interpreter, then creates
a subinterpreter and verifies it gets its own cached value (not the main
interpreter's). Without per-interpreter storage, the subinterpreter would
incorrectly see the main interpreter's cached object.
2025-12-20 19:25:58 -08:00
..
2025-12-13 02:17:08 -08:00
2025-08-06 22:32:45 -04:00
2025-12-12 23:57:05 -08:00
2022-02-14 11:36:22 -08:00
2024-10-07 14:12:04 -07:00
2022-02-14 11:36:22 -08:00