]> granicus.if.org Git - python/commit
Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 5 Oct 2009 20:18:05 +0000 (20:18 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 5 Oct 2009 20:18:05 +0000 (20:18 +0000)
commit3de464702220bf4256d8ab0a0c9a3c00831c8bcd
treecf545706d0dec2ed62c3cf7c5f5c13a6279fd287
parentabe3d3ec85893dcb6c0e5851fc607ced61b3336e
Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit.
Modules/_io/bufferedio.c