SIGN IN SIGN UP

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().
V
Victor Stinner committed
b4b53868d7d6cd13505321d3802fd00865b25e05
Parent: ac4bf42
Committed by GitHub <noreply@github.com> on 5/5/2020, 5:55:29 PM