implement tuple compatibility form of Py2 exec statement
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Feb 2013 14:07:26 +0000 (15:07 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Feb 2013 14:07:26 +0000 (15:07 +0100)
commit64c5b2544073a90298e4ce1e6bb6bbb222db4532
treea815aa31b41f3c42be185048dc7e4176b6d7c64e
parent0b2d3508dc1b19f6a060f56feab4a9055b6c666d
implement tuple compatibility form of Py2 exec statement
Cython/Compiler/Parsing.py
tests/errors/exec_errors.pyx [new file with mode: 0644]
tests/run/exectest.pyx