[issue7228] %lld for PyErr_Format (Modules/_io/bufferedio.c)

Mark Dickinson report at bugs.python.org
Thu Oct 29 11:01:48 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

I've rolled back all the changes I made trying to fix these format 
arguments;  the rollback is in r75939 (trunk), r75941 (py3k) and r75942 
(release31-maint).  Next time I'll think a bit harder, get a code 
review, and make sure that the code gets tested on Windows before it 
goes in.

I agree that what's needed here is %lld and %llu support in PyErr_Format 
and PyString_FromFormat(V);  this seems like a useful thing to add in 
any case.

ocean-city:  you don't happen to have a patch available, do you?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7228>
_______________________________________


More information about the Python-bugs-list mailing list