]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123092)
authorDonghee Na <donghee.na@python.org>
Thu, 22 Aug 2024 14:49:09 +0000 (23:49 +0900)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 14:49:09 +0000 (23:49 +0900)
commit297f2e093ec95800ae2184330b8408c875523467
tree5c1b6debe984d76e5874136146b854f98847cbb4
parent4abc1c1456413f3d2692257545a33bb16b24f900
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123092)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2024-08-17-17-26-25.gh-issue-123083.9xWLJ-.rst [new file with mode: 0644]
Objects/dictobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h