Factor out pybind11/gil_simple.h (#5614)

* Factor out pybind11/gil_simple.h

* Remove disarm() member functions in pybind11/gil_simple.h
This commit is contained in:
Ralf W. Grosse-Kunstleve
2025-04-13 19:48:32 -07:00
committed by GitHub
parent ee04df0d02
commit cbcc23855e
5 changed files with 60 additions and 55 deletions

View File

@@ -37,6 +37,7 @@ main_headers = {
"include/pybind11/functional.h",
"include/pybind11/gil.h",
"include/pybind11/gil_safe_call_once.h",
"include/pybind11/gil_simple.h",
"include/pybind11/iostream.h",
"include/pybind11/native_enum.h",
"include/pybind11/numpy.h",