Maybe these lines in test_dis.py? ``` #print('expected_opinfo_jumpy = [\n ', #',\n '.join(map(str, _instructions)), ',\n]', sep='') ```
On Sun, Jan 31, 2021 at 6:07 PM Skip Montanaro <skip.montan...@gmail.com> wrote: > I'm still messing around with my register VM stuff (off-and-on). I'm > trying to adjust to some changes made a while ago, particularly (but > probably not exclusively) after RERAISE acquired an argument. As a > result, at least the expected_opinfo_jumpy list changed in a > substantial way. I can manually work my way through it, but it sorta > seems like someone might have used a script to translate the output of > dis.dis(jumpy) into this list. Am I mistaken about this? > > Thx, > > Skip > _______________________________________________ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/M6UGHHF42MR3QLR634M2JZA2XNIKMHZQ/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/D3UETD6EEPXAHBZKJUR6U3BPROLT5O3P/ Code of Conduct: http://python.org/psf/codeofconduct/