➜

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 scoder
收信人 Mark.Shannon, adamtj, asuffield, asvetlov, ncoghlan, neologix, pitrou, python-dev, rosslagerwall, scoder, serhiy.storchaka, vstinner
日期 2013-12-13.14:02:26
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1386943347.15.0.0315719987057.issue14432@psf.upfronthosting.co.za>
In-reply-to
内容
> 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".

Ah, right. I keep misremembering that, because in order to do anything non-trivial with frames you'll eventually end up importing that header file, so it feels "almost public".

I think it's reasonable to expect low-level tools to adapt manually to this kind of changes (or at least recompile for a specific CPython version), and it's unlikely that there's much other code that would make use of this field specifically.

So, no objection to keeping the change in 3.4 as it is (and I see that you already documented it).
历史
日期 用户 动作 参数
2013-12-13 14:02:27scoder修改recipients: + scoder, ncoghlan, pitrou, vstinner, asvetlov, adamtj, neologix, Mark.Shannon, rosslagerwall, python-dev, serhiy.storchaka, asuffield
2013-12-13 14:02:27scoder修改messageid: <1386943347.15.0.0315719987057.issue14432@psf.upfronthosting.co.za>
2013-12-13 14:02:27scoder链接issue14432 messages
2013-12-13 14:02:26scoder创建