Fix plpython to work (or at least pass its regression tests) with

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c714e5cba7ae76e9f4c7fbeedb6dcb4f203e708b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-11-21T21:51:05Z
Releases: 8.2.0
Fix plpython to work (or at least pass its regression tests) with
python 2.5.  This involves fixing several violations of the published
spec for creating PyTypeObjects, and adding another regression test
expected output for yet another variation of error message spelling.

Files