]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120834: fix over-allocation in PyGenObject, PyCoroObject, PyAsyncGenObject. (...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 24 Jun 2024 17:41:53 +0000 (18:41 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 17:41:53 +0000 (18:41 +0100)
commit8ac08f36fe9016a8109edf9e167b06627fb13b5a
tree602bc476ecc2a26375c09239634bd63aebc2adc6
parent348184845a72088368021d1f42e96ceea3eee88c
gh-120834: fix over-allocation in PyGenObject, PyCoroObject, PyAsyncGenObject. (#120941)
Objects/genobject.c