Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
commitc24807562bebf97f603770b10e40fc95edf53a98
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 09:46:04 +0000 (29 09:46 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 09:46:04 +0000 (29 09:46 +0000)
tree5b41105bdd91acebdf595796f17334787b91a69b
parent93928b3688d7e3626a4a741fe976113419fcda27
Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
The sensible solution seems to be to implement %lld for PyString_FromFormat(V)
and PyErr_Format.  See issue #7228.

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