gh-150815: Speed up copy.deepcopy() of containers with atomic elements#150822
Open
gaborbernat wants to merge 3 commits into
python:mainpython/cpython:mainfrom
gaborbernat:opt/deepcopy-inline-atomicgaborbernat/cpython:opt/deepcopy-inline-atomicCopy head branch name to clipboard
Open
gh-150815: Speed up copy.deepcopy() of containers with atomic elements#150822gaborbernat wants to merge 3 commits intopython:mainpython/cpython:mainfrom gaborbernat:opt/deepcopy-inline-atomicgaborbernat/cpython:opt/deepcopy-inline-atomicCopy head branch name to clipboard
gaborbernat wants to merge 3 commits into
python:mainpython/cpython:mainfrom
gaborbernat:opt/deepcopy-inline-atomicgaborbernat/cpython:opt/deepcopy-inline-atomicCopy head branch name to clipboard
Commits
Commits on Jun 3, 2026
gh-150815: Speed up copy.deepcopy() of containers with atomic elements
Show description for 0588c61committedUse the _atomic_types global directly without capturing it
Show description for 8968c33committedCompute element type once in deepcopy container copiers
Show description for 0c3f9e1committed