]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102701: Fix overflow in dictobject.c (GH-102750)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Mar 2023 14:54:18 +0000 (07:54 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2023 14:54:18 +0000 (07:54 -0700)
commitf967aee4fbb9f417028426568230e2091d95f0fe
treeb7d9b288fdb040dfeab4cd46c5797f4c76f59c55
parentd025b1d2785ced8d436246aaf7627aa2c33493d4
gh-102701: Fix overflow in dictobject.c (GH-102750)

(cherry picked from commit 65fb7c4055f280caaa970939d16dd947e6df8a8d)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/test/test_bigmem.py
Misc/NEWS.d/next/Core and Builtins/2023-03-16-17-24-44.gh-issue-102701.iNGVaS.rst [new file with mode: 0644]
Objects/dictobject.c