mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
70bd1c2dd2
* SEND specialization. Adds 2 new specialized instructions: * SEND_VIRTUAL: for sends to virtual iterators e.g lists and tuples * SEND_ASYNC_GEN: for sends to async generators Tweak FOR_ITER_VIRTUAL so that SEND_VIRTUAL and FOR_ITER_VIRTUAL use equivalent guards
Miscellaneous source files for the main Python shared library