Damien George c4d0868df1 py: Implement proper context save/restore for eval/exec; factor code.
This has benefits all round: code factoring for parse/compile/execute,
proper context save/restore for exec, allow to sepcify globals/locals
for eval, and reduced ROM usage by >100 bytes on stmhal and unix.

Also, the call to mp_parse_compile_execute is tail call optimised for
the import code, so it doesn't increase stack memory usage.
2014-10-05 20:13:34 +01:00
..
2014-07-03 13:25:24 +01:00
2014-09-28 09:54:35 +02:00
2014-08-10 17:50:28 +01:00
2014-08-10 17:50:28 +01:00
2014-05-21 20:32:59 +01:00
2014-10-03 17:54:25 +00:00
2014-08-22 18:30:02 +01:00