[pypy-issue] Issue #2484: PyHeapTypeObject difference with CPython (pypy/pypy)

Denis Akhiyarov issues-reply at bitbucket.org
Fri Feb 24 04:44:12 EST 2017


New issue 2484: PyHeapTypeObject difference with CPython
https://bitbucket.org/pypy/pypy/issues/2484/pyheaptypeobject-difference-with-cpython

Denis Akhiyarov:

Why does PyPy skip _heaptypeobject when compared with CPython:

typedef struct _heaptypeobject {}

https://github.com/python/cpython/blob/2.7/Include/object.h#L415


https://github.com/mozillazg/pypy/blob/master/pypy/module/cpyext/parse/cpyext_object.h#L315

This complicates libraries that parse CPython/PyPy headers.




More information about the pypy-issue mailing list