Message206076
2013/12/13 Victor Stinner <victor.stinner@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. |
|
Date |
User |
Action |
Args |
2013-12-13 13:28:59 | vstinner | set | recipients:
+ vstinner, ncoghlan, pitrou, scoder, asvetlov, adamtj, neologix, Mark.Shannon, rosslagerwall, python-dev, serhiy.storchaka, asuffield |
2013-12-13 13:28:59 | vstinner | link | issue14432 messages |
2013-12-13 13:28:58 | vstinner | create | |
|