SIGN IN SIGN UP

* bltinmodule.c: removed exec() built-in function.

* Grammar: add exec statement; allow testlist in expr statement.
* ceval.c, compile.c, opcode.h: support exec statement;
  avoid optimizing locals when it is used
* fileobject.{c,h}: add getfilename() internal function.
G
Guido van Rossum committed
db3165e6559c6b83373e7fed9cdf4371552a9a8e
Parent: cacd957