Silence gcc warnings when trying to print an off_t using "lld", on platforms
commit5f1e2f9f86a1c0b5228ff5966142601bc0daa5ce
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 Oct 2009 21:48:20 +0000 (27 21:48 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 Oct 2009 21:48:20 +0000 (27 21:48 +0000)
tree454c2c49e2110f881828a4b4ff7a9e47e200fc2b
parent25002d4d687f9b5b6cf44b49c1f2a35f1c21d0c5
Silence gcc warnings when trying to print an off_t using "lld", on platforms
where off_t has type long (e.g., 64-bit Linux).

git-svn-id: http://svn.python.org/projects/python/trunk@75879 6015fed2-1504-0410-9fe1-9d1591cc4771
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c