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?


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to