Message177632
| 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. |
|