[pypy-issue] Issue #2673: PyPy3 failure with pandas C-engine (pypy/pypy)

2017-10-06 Thread Omer Ben-Amram
New issue 2673: PyPy3 failure with pandas C-engine https://bitbucket.org/pypy/pypy/issues/2673/pypy3-failure-with-pandas-c-engine Omer Ben-Amram: I have both pypy2 and pypy3 installed on my mac. I'm running into this error when trying to read from a csv ``` import sys print(sys.version) > 3.5.

[pypy-issue] Issue #2674: cpyext: tp_new not called in some multiple inheritance situations (pypy/pypy)

2017-10-06 Thread Jason Rhinelander
New issue 2674: cpyext: tp_new not called in some multiple inheritance situations https://bitbucket.org/pypy/pypy/issues/2674/cpyext-tp_new-not-called-in-some-multiple Jason Rhinelander: I've been testing out the pypy2-5.9.0 release with [pybind11](https://github.com/pybind/pybind11) and run in