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 ron_adam
Recipients benjamin.peterson, jcea, ncoghlan, ron_adam, terry.reedy
Date 2011-12-19.06:04:26
SpamBayes Score 0.00078299176
Marked as misclassified No
Message-id <1324274669.52.0.447188328881.issue13607@psf.upfronthosting.co.za>
In-reply-to
Content
New diff file.

The main difference is I moved the saved why value to the tstate object instead of the frame object as why_exit.

I'm not seeing the time savings now for some reason.  Maybe the previous increase was a case of coincidental noise. (?)  Still looking for other reasons though.  ;-)

Moving the generator code from the eval loop to the generator object may still be a good thing to do.
History
Date User Action Args
2011-12-19 06:04:29ron_adamsetrecipients: + ron_adam, terry.reedy, jcea, ncoghlan, benjamin.peterson
2011-12-19 06:04:29ron_adamsetmessageid: <1324274669.52.0.447188328881.issue13607@psf.upfronthosting.co.za>
2011-12-19 06:04:28ron_adamlinkissue13607 messages
2011-12-19 06:04:28ron_adamcreate