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 tony_nelson
Recipients
Date 2006-07-14.00:52:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I don't understand _threading_local.py, but I think
that parens are needed below in class _localbase __new__().

    if args or kw and (cls.__init__ is object.__init__):
        raise TypeError...

should be "(args or kw)", I think, looking at the
related test in _patch().

I'm not quite sure if this is python 2.5, but it is in
trunk.
History
Date User Action Args
2008-01-20 09:58:48adminlinkissue1522237 messages
2008-01-20 09:58:48admincreate