pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

Started by Peter Eisentrautalmost 16 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Log Message:
-----------
Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr

This is reproducibly possible in Python 2.7 if the user turned
PendingDeprecationWarning into an error, but it's theoretically also possible
in earlier versions in case of exceptional conditions.

backpatched to 8.0

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.66.2.9 -> r1.66.2.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.66.2.9&r2=1.66.2.10)