Thread: Psycopg and Python 3.2

Psycopg and Python 3.2

From
Daniele Varrazzo
Date:
Yesterday Python 3.2 had been released: Jason Erickson noticed that
within *minutes*.

He has also fixed a problem with the new Py_hash_t type and found a
problem resulting in interpreter crash on certain errors with Py 3.2
on Windows.

I've updated the buildbot VMs to Python 3.2 final: all the tests pass
(after giving enough disk to the databases VM... ouch!):
<http://initd.org/buildbot/tgrid>.

So Psycopg 2.4 is ready for Python 3.2. Thank you Jason!

-- Daniele