]> granicus.if.org Git - python/commit
Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
authorMark Dickinson <dickinsm@gmail.com>
Thu, 29 Oct 2009 09:46:04 +0000 (09:46 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 29 Oct 2009 09:46:04 +0000 (09:46 +0000)
commit3ddb52717f19d1fab12911531b6aa0db5b701f56
tree64b7871212a4f37d70ffc239cfbab3feb99ca272
parent8c06ccc058e1fb5d120da8e0b8ce5fc3a5abb6b6
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.
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c