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

Method shared_gil

include/pybind11/pybind11.h:1455–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1453 return multiple_interpreters(level::not_supported);
1454 }
1455 static multiple_interpreters shared_gil() { return multiple_interpreters(level::shared_gil); }
1456 static multiple_interpreters per_interpreter_gil() {
1457 return multiple_interpreters(level::per_interpreter_gil);
1458 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected