| commit | b4b53868d7d6cd13505321d3802fd00865b25e05 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Tue May 05 19:55:29 2020 +0200 |
| committer | GitHub <noreply@github.com> | Tue May 05 19:55:29 2020 +0200 |
| tree | 850dd2ad175f058b4d040bd38b5757c2149cc3b5 | |
| parent | ac4bf424119d1300f57929120968e216a85d3a25 [diff] |
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().