bpo-40521: Remove freelist from collections.deque() by rhettinger · Pull Request #21073 · python/cpython

@rhettinger

vstinner

fasih pushed a commit to fasih/cpython that referenced this pull request

Jun 29, 2020

rhettinger added a commit to rhettinger/cpython that referenced this pull request

Mar 20, 2021
…-21073)"

This reverts commit 32f2eda.
It can be re-applied if the subinterpreter PEP is approved.
Otherwise, the commit degraded performance with no offsetting
benefit.

rhettinger added a commit that referenced this pull request

Mar 25, 2021
…" (GH-24944)

This reverts commit 32f2eda.
It can be re-applied if the subinterpreter PEP is approved.
Otherwise, the commit degraded performance with no offsetting
benefit.