[issue1522237] _threading_local.py logic error in _localbase __new__

Tony Nelson report at bugs.python.org
Mon Mar 30 17:40:37 CEST 2009


Tony Nelson <tony_nelson at users.sourceforge.net> added the comment:

Thanks, Amaury.  The new test works here on Python2.6.1, failing without
the fix and passing with it.  (Passing MyLocal(a=1) and failing
MyLocal(1), as expected.)  With the fix, _threading_local.py supports
positional arguments to subclass __init__, as well as keyword arguments.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1522237>
_______________________________________


More information about the Python-bugs-list mailing list