PythonExtra/tests/micropython/heapalloc_exc_compressed_emg_exc.py.exp
Jim Mussared 85858e72df py/objexcept: Allow compression of exception message text.
The decompression of error-strings is only done if the string is accessed
via printing or via er.args.  Tests are added for this feature to ensure
the decompression works.
2020-04-05 15:02:06 +10:00

5 lines
115 B
Plaintext

NameError name 'name' isn't defined
KeyError pop from an empty set
name 'name' isn't defined
pop from an empty set