Closed ppalmes closed 4 years ago
Calling Python is not thread safe; I don't think there is anything we can do about this…
(We'd have to wrap every call to Python with PyEval_AcquireThread and PyEval_ReleaseThread, which doesn't seem practical…)
So more practically, a user can do that manually for specific python calls?
Calling Python is not thread safe; I don't think there is anything we can do about this…