partial implementation of the "exec" statement
- only supports code in strings, not files (should be easy to add) - only the "exec XYZ in GLOBALS [,LOCALS]" form is supported, not the execution in the current namespace (would require a mapping representation of it) - also includes an incomplete (3-args only) and untested implementation for the exec() function in Py3
Showing
tests/run/exectest.pyx
0 → 100644
Please register or sign in to comment