[issue14432] Bug in generator if the generator in created in a C thread

Mark Shannon report at bugs.python.org
Wed Apr 11 13:57:03 CEST 2012


Mark Shannon <mark at hotpy.org> added the comment:

Rather than ensuring that f_tstate always points to the current frame,
just remove it altogether.

Patch attached

----------
nosy: +Mark.Shannon
Added file: http://bugs.python.org/file25176/remove_f_tstate.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14432>
_______________________________________


More information about the Python-bugs-list mailing list