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 benjamin.peterson
Recipients benjamin.peterson
Date 2013-04-28.15:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367162089.6.0.986391601417.issue17861@psf.upfronthosting.co.za>
In-reply-to
Content
Right now, opcode information is duplicated in Include/opcode.h and Lib/opcode.py. I should only have to update one manually and have the other one generated automatically. opcode.h should probably be generated by a script from opcode.py.
History
Date User Action Args
2013-04-28 15:14:49benjamin.petersonsetrecipients: + benjamin.peterson
2013-04-28 15:14:49benjamin.petersonsetmessageid: <1367162089.6.0.986391601417.issue17861@psf.upfronthosting.co.za>
2013-04-28 15:14:49benjamin.petersonlinkissue17861 messages
2013-04-28 15:14:49benjamin.petersoncreate