In article <1c8ae01e-2e9c-497c-9f8d-408f56f9c...@g31g2000yqc.googlegroups.com>,
Michal Kwiatkowski  <constant.b...@gmail.com> wrote:
>On Jul 27, 1:56 am, a...@pythoncraft.com (Aahz) wrote:
>>>> Upon a cursory look, after a generator 'gen' is exhausted (meaning
>>>> gen.next() has raised StopIteration), it seems that gen.gi_frame will be
>>>> None.
>>>
>>>Only in Python 2.5 or higher though. I need to support Python 2.3 and
>>>2.4 as well, sorry for not making that clear in the original post.
>>
>> Are you sure?  It appears to work in Python 2.4; I don't have time to
>> check 2.3.
>
>No, it does not work in Python 2.4. gi_frame can be None only in
>Python 2.5 and higher.

You're right, I guess I must have made a boo-boo when I was switching
versions.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to