Re: GIL state during import

2010-02-17 Thread Doron Tal
On Wed, Feb 17, 2010 at 1:01 AM, Terry Reedy tjre...@udel.edu wrote: On 2/16/2010 4:37 PM, Doron Tal wrote: Is the GIL released during import statement execution when accessing the file? If not, is it a bug? If it is not a bug, or it is here to stay for any other reason, I think it should

Re: GIL state during import

2010-02-17 Thread Dave Angel
Terry Reedy wrote: div class=moz-text-flowed style=font-family: -moz-fixedOn 2/16/2010 4:37 PM, Doron Tal wrote: Is the GIL released during import statement execution when accessing the file? If not, is it a bug? If it is not a bug, or it is here to stay for any other reason, I think it should

Re: GIL state during import

2010-02-17 Thread Doron Tal
On Wed, Feb 17, 2010 at 11:59 AM, Dave Angel da...@ieee.org wrote: Terry Reedy wrote: div class=moz-text-flowed style=font-family: -moz-fixedOn 2/16/2010 4:37 PM, Doron Tal wrote: Is the GIL released during import statement execution when accessing the file? If not, is it a bug? If it

GIL state during import

2010-02-16 Thread Doron Tal
Is the GIL released during import statement execution when accessing the file? If not, is it a bug? If it is not a bug, or it is here to stay for any other reason, I think it should be mentioned in the documentation. --doron -- http://mail.python.org/mailman/listinfo/python-list

Re: GIL state during import

2010-02-16 Thread Terry Reedy
On 2/16/2010 4:37 PM, Doron Tal wrote: Is the GIL released during import statement execution when accessing the file? If not, is it a bug? If it is not a bug, or it is here to stay for any other reason, I think it should be mentioned in the documentation. The CPython GIL is a CPython