pyston / pyston_v1

The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:

Home Page:https://github.com/pyston/pyston/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support of psycopg module

amirza1 opened this issue · comments

Trying to install psycopg2 fails (using pip install psycopg2 from pyston virtualenv).
It appears that
from_cpython/Include/object.h contains a macron named BORROWED,
where the same name is also used in psycopg2/config.h

(I saw that you have django supported already, which probably overcomes this)