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 mark.dickinson
Recipients brian.curtin, eric.snow, loewis, mackeith, mark.dickinson, pitrou, qwertyface, tim.golden, vstinner
Date 2012-12-16.21:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355694666.75.0.998509413593.issue13863@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch to address comments from Serhiy on Rietveld:

 - use '& 0xffffffff' in the Python code that gets the mtime;  only the
   bottom 32 bits of the mtime are used.
 - simplify line that reads mtime from .pyc file.

Also improved an error check in the C code: compare with INVALID_HANDLE_VALUE instead of comparing with -1 directly.
History
Date User Action Args
2012-12-16 21:51:06mark.dickinsonsetrecipients: + mark.dickinson, loewis, pitrou, vstinner, tim.golden, brian.curtin, eric.snow, mackeith, qwertyface
2012-12-16 21:51:06mark.dickinsonsetmessageid: <1355694666.75.0.998509413593.issue13863@psf.upfronthosting.co.za>
2012-12-16 21:51:06mark.dickinsonlinkissue13863 messages
2012-12-16 21:51:06mark.dickinsoncreate