mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
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.
5 lines
115 B
Plaintext
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
|