Paul Sokolovsky 7f1c98177b vm: Support strict stackless mode, with proper exception reporting.
I.e. in this mode, C stack will never be used to call a Python function,
but if there's no free heap for a call, it will be reported as
RuntimeError (as expected), not MemoryError.
2015-04-03 00:26:47 +03:00
..
2015-02-14 02:20:35 +08:00
2015-02-14 02:20:35 +08:00
2015-02-14 23:35:00 +00:00
2015-01-21 00:19:42 +00:00