python - fe: read or write while EINTR.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: read or write while EINTR.
Date: 2007-02-27 00:17:34
Message-ID: 20070227001734.3B3CF217296@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-02-27 00:29:59 python - be: Turn on assert checking by default.
Previous Message James William Pye 2007-02-26 15:39:23 python - rc: :..