Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • py
  • objgenerator.c
Find file Blame History Permalink
  • Damien George's avatar
    py: Fix generator where state array was incorrectly indexed. · 0ff88390
    Damien George authored Jan 02, 2014
    Generator objects now allocate the object and the state in one malloc.
    This improvement fixes Issue #38.
    0ff88390