https://github.com/python/cpython
Revision 299483c95d601ddcfdce2f96418b6499c1fc7b9f authored by Mark Shannon on 06 December 2021, 10:13:49 UTC, committed by GitHub on 06 December 2021, 10:13:49 UTC
* 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.
1 parent f34d181
History
Tip revision: 299483c95d601ddcfdce2f96418b6499c1fc7b9f authored by Mark Shannon on 06 December 2021, 10:13:49 UTC
bpo-45963: Make space for the InterpreterFrame of a generator in that generator. (GH-29891)
Tip revision: 299483c
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 2.1 KB
.gitignore -rw-r--r-- 2.4 KB
.travis.yml -rw-r--r-- 6.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 94.1 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 662.1 KB
configure.ac -rw-r--r-- 195.7 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 47.3 KB
setup.py -rw-r--r-- 80.1 KB

README.rst

back to top