[issue17435] threading.Timer.__init__() should use immutable argument defaults for args and kwargs

R. David Murray report at bugs.python.org
Sat Mar 16 02:42:08 CET 2013


R. David Murray added the comment:

Hmm.  This wasn't an issue before 3.3 because previously one couldn't subclass Timer.  So yeah, this needs to be fixed, but only in 3.3 and tip.

Thanks for the patch.

----------
nosy: +r.david.murray
stage:  -> patch review
versions:  -Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list