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 Thorsten.Simons, vstinner
Date 2011-11-24.13:59:55
SpamBayes Score 0.0034838757
Marked as misclassified No
Message-id <1322143196.31.0.929027754195.issue13471@psf.upfronthosting.co.za>
In-reply-to
Content
The timestamp is converted to time_t (32 bits) and then to FILE_TIME (64 bits). A function to convert directly a PyObject to FILE_TIME should be written.
History
Date User Action Args
2011-11-24 13:59:56vstinnersetrecipients: + vstinner, Thorsten.Simons
2011-11-24 13:59:56vstinnersetmessageid: <1322143196.31.0.929027754195.issue13471@psf.upfronthosting.co.za>
2011-11-24 13:59:55vstinnerlinkissue13471 messages
2011-11-24 13:59:55vstinnercreate