[IronPython] IronPython cs Cpython wrt GIL

Curt Hagenlocher curt at hagenlocher.org
Thu Oct 14 00:15:50 CEST 2004


Levi Cook <levicook at gmail.com> writes:

> It's pretty clear, despite the performance burden, that lists and
> dicts need to be thread safe by default.

... or at least as thread-safe as Python.

What's the granularity of Python's lock?  Per-statement?

--
Curt Hagenlocher
curt at hagenlocher.org



More information about the Ironpython-users mailing list