Skip to content
  • Paul Sokolovsky's avatar
    mp_resume: Dare to pass send_value of NULL. · 7da06605
    Paul Sokolovsky authored
    There was thinkos that either send_value or throw_value is specified, but
    there were cases with both. Note that send_value is pushed onto generator's
    stack - but that's probably only good, because if we throw exception into
    gen, it should not ever use send_value, and that will be just extra "assert".
    7da06605