Summary: Breaks the generated python code
Reviewed By: dcorson
Test Plan: Get an error if you use "args" as a variable name in Thrift.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665404
13f79535-47bb-0310-9956-
ffa450edef68
"abstract" { thrift_reserved_keyword(yytext); }
"and" { thrift_reserved_keyword(yytext); }
+"args" { thrift_reserved_keyword(yytext); }
"as" { thrift_reserved_keyword(yytext); }
"assert" { thrift_reserved_keyword(yytext); }
"break" { thrift_reserved_keyword(yytext); }