We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb5101 commit aa950d7Copy full SHA for aa950d7
python/CMakeLists.txt
@@ -15,6 +15,8 @@
15
16
list(APPEND CMAKE_MESSAGE_CONTEXT "python")
17
18
+# Disable the assert that checks for the GIL being held during incref/decref
19
+# https://pybind11.readthedocs.io/en/stable/changelog.html#version-2-11-1-july-17-2023
20
add_compile_definitions("PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF=1")
21
22
if (MORPHEUS_BUILD_MORPHEUS_CORE)
0 commit comments