MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_gil_from_thread

Function test_gil_from_thread

tests/test_virtual_functions.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202static void test_gil_from_thread() {
203 py::gil_scoped_release release;
204
205 std::thread t(test_gil);
206 t.join();
207}
208
209class test_override_cache_helper {
210

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected