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.

作者 dmalcolm
收信人 christian.heimes, dmalcolm, doko, lemburg, loewis, pitrou
日期 2010-07-20.18:04:19
SpamBayes Score 6.4982496e-06
Marked as misclassified
Message-id <1279649063.72.0.77544017555.issue4555@psf.upfronthosting.co.za>
In-reply-to
内容
Patch to py3k which adds the "_Py" prefix to the four listed symbols.

With this, the output from "make smelly" is clean (odorless, perhaps?).

However, adding _Py does seem to go against this comment in Include/asdl.h:
/* It would be nice if the code generated by asdl_c.py was completely
   independent of Python, but it is a goal the requires too much work
   at this stage.  So, for example, I'll represent identifiers as
   interned Python strings.
*/
历史
日期 用户 动作 参数
2010-07-20 18:04:23dmalcolm修改recipients: + dmalcolm, lemburg, loewis, doko, pitrou, christian.heimes
2010-07-20 18:04:23dmalcolm修改messageid: <1279649063.72.0.77544017555.issue4555@psf.upfronthosting.co.za>
2010-07-20 18:04:22dmalcolm链接issue4555 messages
2010-07-20 18:04:22dmalcolm创建