python - pq: Protect against external exceptions caused by iter().

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Protect against external exceptions caused by iter().
Date: 2007-11-29 23:14:08
Message-ID: 20071129231408.1E75717ADCD4@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Protect against external exceptions caused by iter().

Modified Files:
--------------
pq/src:
client3.py (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-11-29 23:30:50 python - fe: Add support for composite types and arrays(including NULLs
Previous Message James William Pye 2007-11-29 23:11:54 python - pq: Don't inherit from SyntaxError.