Message392305
> 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. |
|
Date |
User |
Action |
Args |
2021-04-29 13:31:19 | Mark.Shannon | set | recipients:
+ Mark.Shannon, gvanrossum, rhettinger, chris.jerdonek, serhiy.storchaka, Guido.van.Rossum, corona10, erlendaasland, Yonatan Goldschmidt, hauntsaninja |
2021-04-29 13:31:19 | Mark.Shannon | set | messageid: <1619703079.51.0.123502651912.issue40222@roundup.psfhosted.org> |
2021-04-29 13:31:19 | Mark.Shannon | link | issue40222 messages |
2021-04-29 13:31:19 | Mark.Shannon | create | |
|