[issue7228] %lld for PyErr_Format (Modules/_io/bufferedio.c)
Mark Dickinson
report at bugs.python.org
Wed Oct 28 08:48:50 CET 2009
Mark Dickinson <dickinsm at gmail.com> added the comment:
Thanks. I'm just going to fix Modules/io/_iomodule.h for now. But I
agree that it might make sense to have a PY_FORMAT_OFF_T or
PY_FORMAT_LONG_LONG in pyport.h, especially if uses of off_t become more
widespread in the codebase.
I also notice there are some uses of "%zd" in Modules/io that should be
replaced with PY_FORMAT_SIZE_T.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7228>
_______________________________________
More information about the Python-bugs-list
mailing list