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

Thomas Wouters thomas at python.org
Thu Dec 28 14:56:27 CET 2006


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?


-- 
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000-checkins/attachments/20061228/8a5e3ac0/attachment.htm 


More information about the Python-3000-checkins mailing list