Hacker News new | ask | show | jobs
by spiderxxxx 742 days ago
Why? What specifically caused you not to seek out alternatives? PyPy and libraries with CFFI seem to work okay together, but it can run python native code nearly as fast as C, so I always look for a pure python solution rather than depend on a C library.
1 comments

It was a known but not fixed issue with psycopg IIRC