mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
feat: scoped_critical_section (#5684)
* feat: scoped_critical_section Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * refactor: pull out to file Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * style: pre-commit fixes * fix: GIL code in some compilers Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * fix: move to correct spot Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -44,6 +44,7 @@ main_headers = {
|
||||
"include/pybind11/chrono.h",
|
||||
"include/pybind11/common.h",
|
||||
"include/pybind11/complex.h",
|
||||
"include/pybind11/critical_section.h",
|
||||
"include/pybind11/eigen.h",
|
||||
"include/pybind11/embed.h",
|
||||
"include/pybind11/eval.h",
|
||||
|
||||
Reference in New Issue
Block a user