STINNER Victor added the comment: 2013/12/13 Victor Stinner <victor.stin...@gmail.com>: > The header is not public, it is private.
Hum, I'm not clear. frameobject.h is not included in Python.h, so the classic #include "Python.h" doesn't give you access to PyFrameObject structure. You have to add a second #include "frameobject.h". All definitions in this header are also surrounded by #ifndef Py_LIMITED_API ... #endif, so the fields are not part of the stable API. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14432> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com