Staging
v0.5.1
https://github.com/python/cpython
Revision b4e85cadfbc2b1b24ec5f3159e351dbacedaa5e0 authored by Victor Stinner on 23 June 2020, 09:33:18 UTC, committed by GitHub on 23 June 2020, 09:33:18 UTC
Each interpreter now has its own dict free list:

* Move dict free lists into PyInterpreterState.
* Move PyDict_MAXFREELIST define to pycore_interp.h
* Add _Py_dict_state structure.
* Add tstate parameter to _PyDict_ClearFreeList() and _PyDict_Fini().
* In debug mode, ensure that the dict free lists are not used after
  _PyDict_Fini() is called.
* Remove "#ifdef EXPERIMENTAL_ISOLATED_SUBINTERPRETERS".
1 parent 26a1ad1
History
Tip revision: b4e85cadfbc2b1b24ec5f3159e351dbacedaa5e0 authored by Victor Stinner on 23 June 2020, 09:33:18 UTC
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Tip revision: b4e85ca
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.7 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 67.4 KB
README.rst -rw-r--r-- 9.9 KB
aclocal.m4 -rw-r--r-- 13.1 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 500.2 KB
configure.ac -rw-r--r-- 169.0 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 44.5 KB
setup.py -rw-r--r-- 108.6 KB

README.rst

back to top