Extract gil management functions to separate header (#2845)

This commit is contained in:
Dustin Spicuzza
2021-02-22 22:15:40 -05:00
committed by GitHub
parent 0c42250a4e
commit c0fbb02c9f
4 changed files with 196 additions and 167 deletions

View File

@@ -25,6 +25,7 @@ main_headers = {
"include/pybind11/embed.h",
"include/pybind11/eval.h",
"include/pybind11/functional.h",
"include/pybind11/gil.h",
"include/pybind11/iostream.h",
"include/pybind11/numpy.h",
"include/pybind11/operators.h",