| commit | db3165e6559c6b83373e7fed9cdf4371552a9a8e | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Mon Oct 18 17:06:59 1993 +0000 |
| committer | Guido van Rossum <guido@python.org> | Mon Oct 18 17:06:59 1993 +0000 |
| tree | 97b057363244668ebec6630553a86ad2206e3fd2 | |
| parent | cacd9579d48cb1e2acc3536c9701987b118edf8c [diff] |
* 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.