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 r.david.murray
Recipients benjamin.peterson, mgedmin, r.david.murray
Date 2015-05-27.13:39:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432733960.78.0.751464523534.issue24297@psf.upfronthosting.co.za>
In-reply-to
Content
It is "automatically generated" in that it isn't hand-written.  On the other hand, it isn't "automatically generated" in the sense of being part of the make process, ./python symbol.py is supposed to be run by hand when it is appropriate.

A bit ago someone wrote tests for keyword.py that among other things made sure we didn't forget to update it when needed.  Someone needs to write a similar test for symbol, it looks like.

Whether or not one or both of these could be/should be incorporated into make (now that we have 'make touch' to deal with the consequences) is a separate question.  As to why it is checked in, we check in almost all the build artifacts previous to the compile stage, so that there is no need to have an already-built python to build python from source.
History
Date User Action Args
2015-05-27 13:39:20r.david.murraysetrecipients: + r.david.murray, mgedmin, benjamin.peterson
2015-05-27 13:39:20r.david.murraysetmessageid: <1432733960.78.0.751464523534.issue24297@psf.upfronthosting.co.za>
2015-05-27 13:39:20r.david.murraylinkissue24297 messages
2015-05-27 13:39:20r.david.murraycreate