]> granicus.if.org Git - python/commit
Fix Issue 1045.
authorRaymond Hettinger <python@rcn.com>
Thu, 6 Dec 2007 00:56:53 +0000 (00:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 6 Dec 2007 00:56:53 +0000 (00:56 +0000)
commit4e2f714031654eb4174393454c008961b636f539
treee415e4318c986483c73d9e5e01b9434a7be9ce83
parent923ad7a9488c9b514c8e27315179ada1d142f3e5
Fix Issue 1045.
Factor-out common calling code by simplifying the length_hint API.
Speed-up the function by caching the PyObject_String for the attribute lookup.
Include/abstract.h
Lib/test/list_tests.py
Objects/abstract.c
Objects/listobject.c
Python/bltinmodule.c