]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: Use PyMem_* for allocating dict keys objects (#114543)
authorDino Viehland <dinoviehland@meta.com>
Mon, 29 Jan 2024 17:38:03 +0000 (09:38 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 17:38:03 +0000 (09:38 -0800)
commit3d716655d22dc14e79ac0d30f33eef0a49efdac0
tree30af2b24fd59762ef02174dac964c6bf1f9d8d31
parent2c089b09ac0872e08d146c55ed60d754154761c3
gh-112075: Use PyMem_* for allocating dict keys objects (#114543)

Use PyMem_* for keys allocation
Objects/dictobject.c