python - be: Throw IndexError when subscript is out of bounds.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Throw IndexError when subscript is out of bounds.
Дата
Msg-id 20060402201830.B7EBC103384F@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Throw IndexError when subscript is out of bounds.

Not doing this in subscript caused the default iterator to return None
forever--well, until MemoryError got raised.

Modified Files:
--------------
    be/src/type:
        array.c (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/array.c.diff?r1=1.6&r2=1.7)

В списке pgsql-committers по дате отправления:

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Rewrite much of psql's \connect code, for the sake of code
Следующее
От: gsmet@pgfoundry.org (User Gsmet)
Дата:
Сообщение: pgfouine - pgfouine: minor fix