[python] Make sure we use the serial multithreading backend
The current implementatino of the Pythons where C++ calls Python code without making sure to have the GIL is not thread-safe.
Please register or sign in to comment
The current implementatino of the Pythons where C++ calls Python code without making sure to have the GIL is not thread-safe.