mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
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:
committed by
GitHub
parent
ee04df0d02
commit
cbcc23855e
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user