stuck with GIL
#5454
Replies: 1 comment
-
There's not much we can do here without some stand-alone code that exhibits the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using C++(CLR) to write extern dll functions but currently my functions initialized and called from pybind11 are having GIL problems, there will be 2 cases 1 is it will crash at gil_scoped_release and 2 is it will hang at gil_scoped_acquire
Beta Was this translation helpful? Give feedback.
All reactions