Hi, Attached is a patch to have the swig python bindings compiled with thread support, where the GIL is released every time we enter LLDB code. It's possible to have a more fine-grained approach and only release the GIL on non-trivial method execution (i.e: Don't release the GIL on accessors).
Regards, Filipe
swig-python-threads.patch
Description: Binary data
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
