Files
micropython/py
Damien George 3332e1ec0b py/objzip: Adjust zip iter code to not use mp_obj_tuple_del.
This is the only location in the code base that uses `mp_obj_tuple_del()`,
so we can reduce code size by reworking the iter code not to use that
function.

The zip iter implementation should now have slightly better GC behaviour:
it only allocates the return tuple if needed, instead of allocating it and
then freeing it when the zip iterator is exhausted.

Signed-off-by: Damien George <damien@micropython.org>
2026-02-07 17:08:18 +11:00
..
2026-02-05 10:42:50 +11:00
2025-07-25 10:56:02 +10:00
2025-09-16 13:04:42 +10:00
2025-02-25 16:11:33 +11:00