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 2018-09-14.04:14:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536898472.44.0.956365154283.issue34673@psf.upfronthosting.co.za>
In-reply-to
Content
The TARGET macro in ceval.c hides control flow, most importantly the case statement. This confuses my editor and makes it indent things automatically improperly. This can be fixed by moving the case statements out of the TARGET macro.
History
Date User Action Args
2018-09-14 04:14:32benjamin.petersonsetrecipients: + benjamin.peterson
2018-09-14 04:14:32benjamin.petersonsetmessageid: <1536898472.44.0.956365154283.issue34673@psf.upfronthosting.co.za>
2018-09-14 04:14:32benjamin.petersonlinkissue34673 messages
2018-09-14 04:14:32benjamin.petersoncreate