[Python-Dev] Optimize Python long integers
Mark Dickinson
dickinsm at gmail.com
Wed Nov 12 01:03:48 CET 2008
On Tue, Nov 11, 2008 at 11:14 PM, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> Just trying to clarify the focus: would you like to see any of these
> applied to 2.6? To me, it's clear that they are out of scope now, as
> they don't fix bugs.
There are some minor bugs in longobject.c that I think should be applied
to 2.6.1 and 3.0.1 (not worth it for 3.0). I'll try to put together a
separate patch containing these. They're mostly either missing casts
or places where int should have been changed to Py_ssize_t.
numbits shouldn't go into 2.6 or 3.0.
Mark
More information about the Python-Dev
mailing list