Closed serhiy-storchaka closed 6 years ago
This was broken by #43
@serhiy-storchaka could you point me to the bpo discussing the changes in the bytecode that require to change the tests (for my own education) ?
This is mainly https://bugs.python.org/issue17611 (PR https://github.com/python/cpython/pull/5006). SETUP_LOOP
no longer used for loops, BREAK_LOOP
is replaced with a direct jump, etc. These opcodes have been removed at all.
I will merge now and open a new issue for updating the documentation. Thanks @serhiy-storchaka
Codecov Report
97.1% <58.82%> (ø)
90.86% <60%> (ø)
93.62% <90%> (ø)
Continue to review full report at Codecov.