Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an interesting case where we fail to convert a ctuple to a Python…
… tuple on cascaded assignments (test_grammar.py, line 895) because we do not generate a (useless) PyTypeTestNode any more. Apparently, that type test is still required in order to trigger the Python conversion, which then renders the type test redundant.
- Loading branch information