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 vstinner
Recipients Andrew Turner, Arfrever, emaste, koobs, mark.dickinson, skrah, vstinner
Date 2015-09-21.14:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442847200.74.0.392006639658.issue24520@psf.upfronthosting.co.za>
In-reply-to
Content
FYI in Python/pytime.c, I put a lot of "volatile double" when tests started to fail on some platforms. It's inefficient, but it's easier than teaching how to disable optimizations on each different compiler :-p
History
Date User Action Args
2015-09-21 14:53:20vstinnersetrecipients: + vstinner, mark.dickinson, Arfrever, skrah, koobs, emaste, Andrew Turner
2015-09-21 14:53:20vstinnersetmessageid: <1442847200.74.0.392006639658.issue24520@psf.upfronthosting.co.za>
2015-09-21 14:53:20vstinnerlinkissue24520 messages
2015-09-21 14:53:20vstinnercreate