migrating processess to avoid the GIL

Patrick Stinson patrickstinson.lists at gmail.com
Fri Sep 19 19:40:37 EDT 2008


I need to migrate calls to CPython to another process in my C++ app to
get around the GIL. Does anyone know of a good way to do this on
windows and Mac? All calls and callbacks can be blocking, I just need
to share some data structures.

Cheers



More information about the Python-list mailing list