mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* Make generator, coroutine and async gen structs all the same size. * Store interpreter frame in generator (and coroutine). Reduces the number of allocations neeeded for a generator from two to one.
Miscellaneous source files for the main Python shared library