commit | 99eb961a56770223123bcb10fb3a422812e7564c | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 29 09:55:14 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 29 09:55:14 2009 +0000 |
tree | ebb7992dfe4f675cd357edba62983d332ffe846a | |
parent | fb829d4b08c4171ce35b0c49e703915ec109d92e [diff] |
Blocked revisions 75939 via svnmerge ........ r75939 | mark.dickinson | 2009-10-29 09:46:04 +0000 (Thu, 29 Oct 2009) | 5 lines 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. ........