[Python-checkins] python/dist/src/Objects listobject.c,2.153,2.154

Barry Warsaw barry@python.org
17 Jun 2003 08:32:00 -0400


On Tue, 2003-06-17 at 08:26, Walter D=F6rwald wrote:

> This gives me (on Linux):
>=20
> Objects/listobject.c:1837: undefined reference to `max'
> Objects/listobject.c:1838: undefined reference to `min'
> Objects/listobject.c:1838: undefined reference to `max'

This seems like a pretty significant change to Python's API (or at least
one of its more common built-ins).  Given that Python 2.3 is in beta,
I'm wondering how wise it is to add this feature.  I'm sure I missed the
python-dev debate about it <wink>.

-Barry