On Thu, Aug 21, 2008 at 5:59 AM, Seo Sanghyeon <[EMAIL PROTECTED]> wrote:
>
> No, IronPython is "worse" in that its importer is not locked. CPython has
> (in addition to Global Interpreter Lock, since imported module can be
> a C extension)
> a lock around its importer: see imp.acquire_lock and imp.release_lock. Since
> import can cause another import, this is a reentrant lock.

I see that we've implemented these functions, but I don't think
they're actually being used to guard an import.  I'll look into that.

--
Curt Hagenlocher
[EMAIL PROTECTED]
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to