]> granicus.if.org Git - python/commit
Merge #17435: Don't use mutable default values in Timer.
authorR David Murray <rdmurray@bitdance.com>
Sat, 30 Mar 2013 21:22:30 +0000 (17:22 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 30 Mar 2013 21:22:30 +0000 (17:22 -0400)
commit5cbf3a0d6e6f35374a32a933dcca7ce3683595c6
tree63d8d54a05d9668e1b5373bb9215af48d5787b64
parentce852cb8b9d5f879941fe709118f0e966e65196f
parent19aeb439c6ca0da540ad95eec599d3654babe20b
Merge #17435: Don't use mutable default values in Timer.

Patch by Denver Coneybeare with some test modifications by me.
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS