]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* bltinmodule.c: removed exec() built-in function.
authorGuido van Rossum <guido@python.org>
Mon, 18 Oct 1993 17:06:59 +0000 (17:06 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Oct 1993 17:06:59 +0000 (17:06 +0000)
commitdb3165e6559c6b83373e7fed9cdf4371552a9a8e
tree97b057363244668ebec6630553a86ad2206e3fd2
parentcacd9579d48cb1e2acc3536c9701987b118edf8c
* 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.
Grammar/Grammar
Include/fileobject.h
Include/graminit.h
Include/opcode.h
Objects/fileobject.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/graminit.c