cpython/Misc/NEWS.d/next/Core and Builtins/2021-04-01-12-30-30.bpo-436...

3 lines
148 B
ReStructuredText

Add GEN_START opcode. Marks start of generator, including async, or coroutine and handles
sending values to a newly created generator or coroutine.