消息 [206076]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2013-12-13 13:28:59 | vstinner | 修改 | recipients:
+ vstinner, ncoghlan, pitrou, scoder, asvetlov, adamtj, neologix, Mark.Shannon, rosslagerwall, python-dev, serhiy.storchaka, asuffield |
| 2013-12-13 13:28:59 | vstinner | 链接 | issue14432 messages |
| 2013-12-13 13:28:58 | vstinner | 创建 | |
|