<div dir="ltr"><div><div>My question first:</div><div>test_ast is mostly generated code, but I can't find where it is being generated.  I am pretty sure I know how to fix most of the introduced problems.  Who is generating test_ast??</div><div><br></div></div><div>Update:</div><div><br></div>So far, I've done the following:<div><br></div><div>Updated the patch to 3.5</div><div>Fixed the grammar to accept final commas in argument lists always, and to work with the already implemented code.</div><div>Fixed the ast to accept what it needs to accept and reject according to the limitation laid down by Guido.</div><div>Fixed the parsing library.</div><div><br></div><div><div>Fixed these tests:</div><div><div><div>test_ast.py</div><div>test_extcall.py</div><div>test_grammar.py</div><div>test_syntax.py</div><div>test_unpack_ex.py</div><div><br></div></div></div></div><div>As far as I can tell, all I have left is to fix test_ast and possibly write some more tests (there are already some new tests and some of the old negative tests expecting SyntaxError are now positive tests).</div><div><br></div><div>Best,<br></div><div><br></div><div>Neil</div></div>