mirror of
https://github.com/micropython/micropython.git
synced 2026-03-12 03:40:28 +01:00
So that the "for x in it: ..." statement can now work without using the heap (so long as the iterator argument fits in an iter_buf structure).