]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102701: Fix overflow in dictobject.c (GH-102750)
authorInada Naoki <songofacandy@gmail.com>
Fri, 17 Mar 2023 13:39:09 +0000 (22:39 +0900)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2023 13:39:09 +0000 (22:39 +0900)
commit65fb7c4055f280caaa970939d16dd947e6df8a8d
tree289309d1d747d2a101a9f54e239126baedd35c2b
parent4f5774f648eafd1a7076ecf9af9629fb81baa363
gh-102701: Fix overflow in dictobject.c (GH-102750)
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