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 veebers
Recipients thomir, veebers
Date 2014-10-14.01:31:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za>
In-reply-to
Content
I have an example script here[1].
This script creates 2 datetime objects (using a timedelta work around to deal with large timestamps).
It then makes 2 assertions, that the timestamp of the created object is the same as the one that was used to create it. (when run with no arguments this script passes both assertions).
However, if the argument 'breakme' is passed to the script then after the first assertion the method 'timestamp()' is called on a different (un-asserted) datetime which will now make the 2nd assertion fail.

[1] http://paste.ubuntu.com/8556130/
History
Date User Action Args
2014-10-14 01:31:45veeberssetrecipients: + veebers, thomir
2014-10-14 01:31:45veeberssetmessageid: <1413250305.11.0.302636475589.issue22627@psf.upfronthosting.co.za>
2014-10-14 01:31:44veeberslinkissue22627 messages
2014-10-14 01:31:44veeberscreate