Message 68845 - Python tracker

Message68845

Author pitrou
Recipients Rhamphoryncus, benjamin.peterson, gvanrossum, pitrou
Date 2008-06-27.19:13:16
SpamBayes Score 0.07730492
Marked as misclassified No
Message-id <1214594005.14.0.468360111499.issue3112@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the final patch. Features:
- cleanup of internal APIs
- standardize traceback indentation (source lines are prefixed with 4
spaces)
- break cycles along the context chain (a synthetic benchmark with a
6-level deep context chain shows a very moderate slowdown of 10-15%)
History
Date User Action Args
2008-06-27 19:13:26pitrousetspambayes_score: 0.0773049 -> 0.07730492
recipients: + pitrou, gvanrossum, Rhamphoryncus, benjamin.peterson
2008-06-27 19:13:25pitrousetspambayes_score: 0.0773049 -> 0.0773049
messageid: <1214594005.14.0.468360111499.issue3112@psf.upfronthosting.co.za>
2008-06-27 19:13:24pitroulinkissue3112 messages
2008-06-27 19:13:24pitroucreate