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 benjamin.peterson
Recipients benjamin.peterson, ncoghlan
Date 2011-06-24.16:05:58
SpamBayes Score 0.0003188912
Marked as misclassified No
Message-id <1308931560.13.0.00225198817974.issue12399@psf.upfronthosting.co.za>
In-reply-to
Content
Initializing cell variables currently involves 2 nested loops every function call. This patch makes that process much more efficient by saving information which doesn't change every function call to the code object.
History
Date User Action Args
2011-06-24 16:06:00benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan
2011-06-24 16:06:00benjamin.petersonsetmessageid: <1308931560.13.0.00225198817974.issue12399@psf.upfronthosting.co.za>
2011-06-24 16:05:59benjamin.petersonlinkissue12399 messages
2011-06-24 16:05:59benjamin.petersoncreate