aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/heapalloc.py.exp
AgeCommit message (Collapse)Author
2015-06-08py: Fallback to stack alloca for Python-stack if heap alloc fails.Damien George
If heap allocation for the Python-stack of a function fails then we may as well allocate the Python-stack on the C stack. This will allow to run more code without using the heap.
2014-10-31tests: Add heapalloc.py.exp, since CPython can't generate it.Damien George