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 Mark.Shannon
Recipients Guido.van.Rossum, Mark.Shannon, Yonatan Goldschmidt, chris.jerdonek, corona10, erlendaasland, gvanrossum, hauntsaninja, rhettinger, serhiy.storchaka
Date 2021-04-29.13:37:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619703438.07.0.889006998357.issue40222@roundup.psfhosted.org>
In-reply-to
Content
Responding to Serhiy's suggestions:
1 Add another column:
   Adding another column makes for lots of repetition in larger try blocks, and pushes useful information further to the right.
2 Add pseudo-instructions
  I find those misleading, as they aren't really there, and probably won't even correspond to the original SETUP_XXX instructions.
History
Date User Action Args
2021-04-29 13:37:18Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, rhettinger, chris.jerdonek, serhiy.storchaka, Guido.van.Rossum, corona10, erlendaasland, Yonatan Goldschmidt, hauntsaninja
2021-04-29 13:37:18Mark.Shannonsetmessageid: <1619703438.07.0.889006998357.issue40222@roundup.psfhosted.org>
2021-04-29 13:37:18Mark.Shannonlinkissue40222 messages
2021-04-29 13:37:17Mark.Shannoncreate