PythonExtra/tests/micropython/heapalloc.py.exp
Damien George 865b61dac2 tests/micropython: Add tests that const tuples don't use the heap.
Signed-off-by: Damien George <damien@micropython.org>
2022-04-15 00:17:02 +10:00

16 lines
90 B
Plaintext

0
1
0
0 2
0 0
1
3
1
1 2
1 1
(1, 'two', (b'three',))
1 2 3 4 10
1
two
(True, b'bytes', ())