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 Mark.Shannon
Recipients Jim.Jewett, Mark.Shannon, amaury.forgeotdarc, benjamin.peterson, jcea, ncoghlan, pitrou, ron_adam, scoder
Date 2012-04-11.12:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334145986.03.0.466350698578.issue13897@psf.upfronthosting.co.za>
In-reply-to
Content
According to PEP 384 (Defining a Stable ABI) the thread state object is opaque, so we should be free to add or remove fields.

Nevertheless, I have added a new patch that simply moves the f_exc... fields from the frame object to the generator. It is not as efficient as the first patch, but at least it moves fields relevant only to generators into the generator object.
History
Date User Action Args
2012-04-11 12:06:26Mark.Shannonsetrecipients: + Mark.Shannon, jcea, amaury.forgeotdarc, ncoghlan, pitrou, scoder, ron_adam, benjamin.peterson, Jim.Jewett
2012-04-11 12:06:26Mark.Shannonsetmessageid: <1334145986.03.0.466350698578.issue13897@psf.upfronthosting.co.za>
2012-04-11 12:06:25Mark.Shannonlinkissue13897 messages
2012-04-11 12:06:25Mark.Shannoncreate