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:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619703079.51.0.123502651912.issue40222@roundup.psfhosted.org>
In-reply-to
Content
> BTW, what are the three POP_TOP op codes in a row popping?

When exceptions are pushed to the stack, they are pushed as a triple: (exc, type, traceback)
so when we pop them, we need three pops.
History
Date User Action Args
2021-04-29 13:31:19Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, rhettinger, chris.jerdonek, serhiy.storchaka, Guido.van.Rossum, corona10, erlendaasland, Yonatan Goldschmidt, hauntsaninja
2021-04-29 13:31:19Mark.Shannonsetmessageid: <1619703079.51.0.123502651912.issue40222@roundup.psfhosted.org>
2021-04-29 13:31:19Mark.Shannonlinkissue40222 messages
2021-04-29 13:31:19Mark.Shannoncreate