diff options
author | Victor Stinner <vstinner@python.org> | 2020-05-05 17:55:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 17:55:29 (GMT) |
commit | b4b53868d7d6cd13505321d3802fd00865b25e05 (patch) | |
tree | 850dd2ad175f058b4d040bd38b5757c2149cc3b5 /Grammar | |
parent | ac4bf424119d1300f57929120968e216a85d3a25 (diff) | |
download | cpython-b4b53868d7d6cd13505321d3802fd00865b25e05.zip cpython-b4b53868d7d6cd13505321d3802fd00865b25e05.tar.gz cpython-b4b53868d7d6cd13505321d3802fd00865b25e05.tar.bz2 |
bpo-40521: Disable free lists in subinterpreters (GH-19937)
When Python is built with experimental isolated interpreters, disable
tuple, dict and free free lists.
Temporary workaround until these caches are made per-interpreter.
Add frame_alloc() and frame_get_builtins() subfunctions to simplify
_PyFrame_New_NoTrack().
Diffstat (limited to 'Grammar')
0 files changed, 0 insertions, 0 deletions