python - fe: read or write while EINTR.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - fe: read or write while EINTR.
Дата
Msg-id 20070227001734.3B3CF217296@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
read or write while EINTR.

Additionally, take the 'interrupt' attribute into account to allow the entire
operation to be interrupted with the raising of the OperationInterrupt
exception. (Use with the signal trap if immediate aborting is desired)

Modified Files:
--------------
    fe/src:
        transport.py (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/transport.py.diff?r1=1.2&r2=1.3)

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

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - rc: :..
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Turn on assert checking by default.