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 ned.deily
Recipients brett.cannon, inglesp, ned.deily
Date 2016-03-17.19:23:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458242613.58.0.263233442958.issue26583@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, setting PYTHONDONTWRITEBYTECODE explains it.  When running the tests via "make test", python is invoked with -E to avoid issues like that.  But here's a patch that skips test_timestamp_overflow if bytecode files cannot be written (Issue20796 documents a similar problem and workaround for test_import).
History
Date User Action Args
2016-03-17 19:23:33ned.deilysetrecipients: + ned.deily, brett.cannon, inglesp
2016-03-17 19:23:33ned.deilysetmessageid: <1458242613.58.0.263233442958.issue26583@psf.upfronthosting.co.za>
2016-03-17 19:23:33ned.deilylinkissue26583 messages
2016-03-17 19:23:33ned.deilycreate