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 rhettinger
Recipients pdox, rhettinger
Date 2017-10-14.06:05:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507961155.92.0.213398074469.issue31785@psf.upfronthosting.co.za>
In-reply-to
Content
While I can see the utility for experimentation, I think the proposed change would make our lives more difficult.  The body inside the instruction blocks is central to the understanding of ceval.c and somewhat tightly coupled with it.  I would find it more difficult to maintain that code, switching back and forth between ceval.c and instructions.h.   We've already hit a level of complexity that presents a challenge to newcomers.
History
Date User Action Args
2017-10-14 06:05:55rhettingersetrecipients: + rhettinger, pdox
2017-10-14 06:05:55rhettingersetmessageid: <1507961155.92.0.213398074469.issue31785@psf.upfronthosting.co.za>
2017-10-14 06:05:55rhettingerlinkissue31785 messages
2017-10-14 06:05:55rhettingercreate