mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 12:35:34 -04:00

"Raise SomeException() from None" is a common Python idiom to suppress chained exceptions and thus shouldn't trigger a warning on a version of Python that doesn't support them in the first place.
4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
Caught Exception
|
|
Warning: exception chaining not supported
|
|
Caught Exception: Runtime
|