Jim Mussared
4216bc7d13
tests: Replace umodule with module everywhere.
...
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:24 +10:00
Damien George
160d670868
py/objdeque: Protect against negative maxlen in deque constructor.
...
Otherwise passing -1 as maxlen will lead to a zero allocation and
subsequent unbound buffer overflow in deque.append() because i_put is
allowed to grow without bound.
2018-02-21 23:34:17 +11:00
Damien George
8f9b113be2
tests/basics: Add tests to improve coverage of py/objdeque.c.
2018-02-21 23:19:06 +11:00
Paul Sokolovsky
4668ec801e
tests/basics/deque*: Tests for ucollections.deque.
2018-02-21 22:58:14 +11:00