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

@@ -117,6 +117,7 @@ set(PYBIND11_HEADERS
include/pybind11/eigen.h
include/pybind11/embed.h
include/pybind11/eval.h
include/pybind11/gil.h
include/pybind11/iostream.h
include/pybind11/functional.h
include/pybind11/numpy.h