Message139840
| Author |
vstinner |
| Recipients |
amaury.forgeotdarc, brian.curtin, loewis, mspacek, pitrou, python-dev, tim.golden, vstinner |
| Date |
2011年07月05日.09:49:52 |
| SpamBayes Score |
4.7257194e-07 |
| Marked as misclassified |
No |
| Message-id |
<1309859393.1.0.920313487681.issue9611@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I backported fixes to 2.7, and also add a new fix to FileIO.read(). I don't see anything else to do on this issue, so I close it.
Note: read() and write() methods the file object in 2.7 are 64-bit safe on any OS. They use fread() and frwrite() which take a length in the size_t type, not in int type even on Windows. |
|