pycdc/tests
Aralox 7a89b72260 Support chained assignment statements, e.g. a = b = c.
We know when we have begun a chained assignment when we process a DUP_TOP with non-null on the stack. Push a NODE_CHAINSTORE onto the stack when this happens, and keep it 'floating' on top of the stack for all STORE_X operations until the stack is empty.
To support versions of Python <= 2.5 which use DUP_TOP in more places, I modified ROT_TWO, ROT_THREE and ROT_FOUR to get rid of NODE_CHAINSTORE on the stack if it is present.
2020-10-23 21:19:01 +11:00
..
compiled Support chained assignment statements, e.g. a = b = c. 2020-10-23 21:19:01 +11:00
input Support chained assignment statements, e.g. a = b = c. 2020-10-23 21:19:01 +11:00
tokenized Support chained assignment statements, e.g. a = b = c. 2020-10-23 21:19:01 +11:00
xfail Update tests to show that #39 is resolved, and add dummy support for 2020-10-22 09:06:57 -07:00
all_tests.sh Simplify the output of decompyle_test.sh, and actually fail the 2019-10-03 16:05:30 -07:00
decompyle_test.sh Add MSVC-based CI build 2019-10-09 20:33:39 -07:00