mirror of
https://github.com/micropython/micropython.git
synced 2026-03-16 13:50:20 +01:00
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.