summaryrefslogtreecommitdiff
path: root/tests/micropython/ringio_big.py
AgeCommit message (Collapse)Author
2025-10-01tests/micropython: Improve skipping of tests using micropython module.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2025-08-15py/objringio: Detect incorrect constructor calls.Jeff Epler
ringbuffer.size must be at least 2, and is a 16-bit quantity. This fixes several cases including the one the fuzzer discovered, which would lead to a fatal signal when accessing the object. Fixes issue #17847. Signed-off-by: Jeff Epler <jepler@gmail.com>