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.


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

Reply via email to