mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 10:20:52 +02:00
This adds tests for some locations in the code where a memory allocation should raise an exception.
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
MemoryError: list index
|
|
MemoryError: list get slice
|
|
MemoryError: list extend slice
|
|
[1, 2]
|