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.

Author dmalcolm
Recipients christian.heimes, dmalcolm, doko, lemburg, loewis, pitrou
Date 2010-07-20.18:04:19
SpamBayes Score 6.4982496e-06
Marked as misclassified No
Message-id <1279649063.72.0.77544017555.issue4555@psf.upfronthosting.co.za>
In-reply-to
Content
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.
*/
History
Date User Action Args
2010-07-20 18:04:23dmalcolmsetrecipients: + dmalcolm, lemburg, loewis, doko, pitrou, christian.heimes
2010-07-20 18:04:23dmalcolmsetmessageid: <1279649063.72.0.77544017555.issue4555@psf.upfronthosting.co.za>
2010-07-20 18:04:22dmalcolmlinkissue4555 messages
2010-07-20 18:04:22dmalcolmcreate