[Python-3000-checkins] r53167 - in python/branches/p3yk: Include/floatobject.h Objects/floatobject.c Python/marshal.c

Neal Norwitz nnorwitz at gmail.com
Fri Dec 29 08:40:03 CET 2006


On 12/28/06, Thomas Wouters <thomas at python.org> wrote:
>
>
> On 12/27/06, neal.norwitz <python-3000-checkins at python.org> wrote:
> > Remove PyFloat_AsReprString() and PyFloat_AsString() which should not
> > have been public due to passing buffers without lengths.
>
> Should we do this for 2.6 as well? That is, leave them in under the old name
> for binary compatibility, but #define them to a nonexisting function so new
> source-compiles fail?

That's fine with me if you want to go ahead and do it.

n


More information about the Python-3000-checkins mailing list