Home
last modified time | relevance | path

Searched refs:_python_to_cpp_to_python (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/tests/
Dtest_gil_scoped.py22 def _python_to_cpp_to_python(): function
43 thread = threading.Thread(target=_python_to_cpp_to_python)
89 assert _run_in_process(_python_to_cpp_to_python) == 0