[issue1910] _threading_local should use with

Raymond Hettinger report at bugs.python.org
Wed Jan 23 08:09:24 CET 2008


Raymond Hettinger added the comment:

I appreciate the patch submission but am going to reject it.  The 
try/finally form is faster.  In general, I think we only want to do 
this in code that isn't performance critical and that would be made 
much cleaner.

----------
nosy: +rhettinger
resolution:  -> rejected
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1910>
__________________________________


More information about the Python-bugs-list mailing list