[pypy-issue] Issue #3160: structseq.h missing from Python.h (pypy/pypy)

Seth Troisi issues-reply at bitbucket.org
Tue Jan 28 15:11:30 EST 2020


New issue 3160: structseq.h missing from Python.h
https://bitbucket.org/pypy/pypy/issues/3160/structseqh-missing-from-pythonh

Seth Troisi:

In 2010 cpython added `#include "structseq.h"` into `Python.h` see [this commit](https://github.com/python/cpython/commit/71c23d447322307572fbe0ca68b61fad97e10021).

I diffed pypy/module/cpyext/include/Python.h” and “cpython/Include/Python.h” and they most matched.

I don’t fully understanding the relation between PyPy and cpython and I apologize if this is a silly question, but should PyPy also move the include into Python.h?




More information about the pypy-issue mailing list