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 terry.reedy
Recipients mark.dickinson, shivam_python_issues, terry.reedy, vstinner
Date 2012-02-12.04:53:32
SpamBayes Score 0.0063158083
Marked as misclassified No
Message-id <1329022413.49.0.674677435229.issue13986@psf.upfronthosting.co.za>
In-reply-to
Content
If I believe the error message, os.fstat(f.fileno()).st_mtime is returning a NaN, which would be a bug in our function or your system. Since os.fstat should be a thin wrapper over the system call, I would lean to the latter. I do not know if writing to sys.stderr would work during compilation, but if it does, try inserting a statement to grab the value and print it before the long conversion.

Is this error 'deterministic' in being raised consistently?
History
Date User Action Args
2012-02-12 04:53:33terry.reedysetrecipients: + terry.reedy, mark.dickinson, vstinner, shivam_python_issues
2012-02-12 04:53:33terry.reedysetmessageid: <1329022413.49.0.674677435229.issue13986@psf.upfronthosting.co.za>
2012-02-12 04:53:32terry.reedylinkissue13986 messages
2012-02-12 04:53:32terry.reedycreate