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 alex
Recipients Trundle, alex, aronacher, benjamin.peterson, daniel.urban, eric.araujo, ncoghlan, terry.reedy
Date 2011-07-22.21:40:53
SpamBayes Score 0.0591468
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
1) Yes, it address a real concern that arose during Armin's GSOC project which has been developing a unified template compilation architecture (via the AST module) for Django and Jinja2.
2) Asking speed questions about this is silly IMO, if compiling functions is your bottleneck, your application design is very very broken.
History
Date User Action Args
2011-07-22 21:40:54alexsetrecipients: + alex, terry.reedy, ncoghlan, benjamin.peterson, aronacher, eric.araujo, Trundle, daniel.urban
2011-07-22 21:40:54alexsetmessageid: <[email protected]>
2011-07-22 21:40:53alexlinkissue12575 messages
2011-07-22 21:40:53alexcreate