commit | b7aa23d29fa48238dab3692d02e1f0a7e8a5af9c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed May 06 19:05:27 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed May 06 19:05:27 2020 +0200 |
tree | 03905056a9a121c9b4c11a3de4a73ac18dd1d96b | |
parent | d8135e913ab7c694db247c86d0a84c450c32d86e [diff] |
bpo-40521: Disable list free list in subinterpreters (GH-19959) When Python is built with experimental isolated interpreters, disable the list free list. Temporary workaround until this cache is made per-interpreter.