This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Mark.Shannon, adamtj, asuffield, asvetlov, ncoghlan, neologix, pitrou, rosslagerwall, serhiy.storchaka, vstinner
Date 2013-11-14.16:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwahBQ9Xh2dYpUKOnhpMrhxL1RMDYL3TzhcjFkkEyHKJXQ@mail.gmail.com>
In-reply-to <1384443505.08.0.419660229665.issue14432@psf.upfronthosting.co.za>
Content
> versions: +Python 3.4 -Python 2.6, Python 3.2

It would be interesting to fix the issue in Python 2.7 and 3.3:
generator.patch should fix it and the patch is simple (update
frame->f_tstate before each execution of a generator).
History
Date User Action Args
2013-11-14 16:51:33vstinnersetrecipients: + vstinner, ncoghlan, pitrou, asvetlov, adamtj, neologix, Mark.Shannon, rosslagerwall, serhiy.storchaka, asuffield
2013-11-14 16:51:33vstinnerlinkissue14432 messages
2013-11-14 16:51:33vstinnercreate