]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jul 2024 15:38:28 +0000 (17:38 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2024 15:38:28 +0000 (01:38 +1000)
commit233ed46e6d2ba1d1f7d83a72ccf9aad9e628ede1
tree01bc7b31b77979643876d79795899b740f155a6d
parent98e7d447121f1637c76071548b019ba20a8b8a7a
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869)

gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769)
(cherry picked from commit e65cb4c6f01a687f451ad9db1600525e1c5832c4)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Include/internal/pycore_frame.h
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2024-05-30-04-11-36.gh-issue-118934.fbDqve.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c