[Python-checkins] r59378 - in python/trunk: Include/abstract.h Lib/test/list_tests.py Objects/abstract.c Objects/listobject.c Python/bltinmodule.c

Alexandre Vassalotti alexandre at peadrop.com
Thu Dec 6 02:36:35 CET 2007


On Dec 5, 2007 7:56 PM, raymond.hettinger <python-checkins at python.org> wrote:
> Author: raymond.hettinger
> Date: Thu Dec  6 01:56:53 2007
> New Revision: 59378
>
> Modified:
>    python/trunk/Include/abstract.h
>    python/trunk/Lib/test/list_tests.py
>    python/trunk/Objects/abstract.c
>    python/trunk/Objects/listobject.c
>    python/trunk/Python/bltinmodule.c
> Log:
> Fix Issue 1045.
> Factor-out common calling code by simplifying the length_hint API.

I like that change. :-) Good work!

> Speed-up the function by caching the PyObject_String for the attribute lookup.
>


More information about the Python-checkins mailing list