[issue1910] _threading_local should use with

Benjamin Peterson report at bugs.python.org
Wed Jan 23 00:58:44 CET 2008


New submission from Benjamin Peterson:

I was reading _threading_local and noticed it didn't use the with
statment, yet. So, I cooked up this trivial patch. I hope this isn't to
small. Thanks for your time.

----------
components: Library (Lib)
files: _threading_local-with-stmt.diff
messages: 61551
nosy: gutworth
severity: normal
status: open
title: _threading_local should use with
versions: Python 2.6
Added file: http://bugs.python.org/file9269/_threading_local-with-stmt.diff

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


More information about the Python-bugs-list mailing list