On Sat, May 07, 2005 at 12:39:28PM -0400, Eric S. Johansson wrote: > just confirming. googling indicates that using metakit with the python > wrapper is thread safe. still true with python 2.3.5? > There haven't been any changes in python that would affect this. I just did a quick grep of the metakit source and I didn't see any calls to release python's GIL (global interpreter lock). So calls out to metakit should be threadsafe just like calls into core python functions implemented in C are threadsafe (don't release the GIL).
-jackdied _____________________________________________ Metakit mailing list - [email protected] http://www.equi4.com/mailman/listinfo/metakit
