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 denversc
Recipients denversc, r.david.murray
Date 2013-03-16.17:15:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363454102.29.0.887938546812.issue17435@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks r.david.murray for your feedback.  Although I disagree with your conclusion that this does not affect 2.7.  Just try running the "sample script that reproduces the issue" from my first post and you will see the erroneous behaviour in 2.7.  Even though threading.Timer is a function in 2.7 (instead of a class), it still ultimately returns a class whose args and kwargs members can be modified.
History
Date User Action Args
2013-03-16 17:15:02denverscsetrecipients: + denversc, r.david.murray
2013-03-16 17:15:02denverscsetmessageid: <1363454102.29.0.887938546812.issue17435@psf.upfronthosting.co.za>
2013-03-16 17:15:02denversclinkissue17435 messages
2013-03-16 17:15:02denversccreate