mirror of
https://github.com/micropython/micropython.git
synced 2026-01-23 04:10:19 +01: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.
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
NameError name 'name' isn't defined
|
|
KeyError pop from an empty set
|
|
name 'name' isn't defined
|
|
pop from an empty set
|
|
NameError
|
|
KeyError
|