[Metakit] thread safe in python
Jack Diederich
jack at performancedrivers.com
Sat May 7 16:43:20 CEST 2005
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
More information about the Metakit
mailing list