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 christian.heimes
Recipients benjamin.peterson, christian.heimes, rhettinger, theller
Date 2008-01-26.20:15:13
SpamBayes Score 0.2157065
Marked as misclassified No
Message-id <1201378515.31.0.37488055831.issue1941@psf.upfronthosting.co.za>
In-reply-to
Content
A while ago Raymond explained on Python developer list that the with
statement is slightly slower than a try/finally block. Performance
critical sections like the threading module must not use the with statement.
History
Date User Action Args
2008-01-26 20:15:15christian.heimessetspambayes_score: 0.215706 -> 0.2157065
recipients: + christian.heimes, theller, rhettinger, benjamin.peterson
2008-01-26 20:15:15christian.heimessetspambayes_score: 0.215706 -> 0.215706
messageid: <1201378515.31.0.37488055831.issue1941@psf.upfronthosting.co.za>
2008-01-26 20:15:13christian.heimeslinkissue1941 messages
2008-01-26 20:15:13christian.heimescreate