python - fe: read or write while EINTR. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: read or write while EINTR.
Date
Msg-id 20070227001734.3B3CF217296@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - rc: :..
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Turn on assert checking by default.