]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 16 Jul 2024 19:17:47 +0000 (12:17 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 19:17:47 +0000 (12:17 -0700)
commite65cb4c6f01a687f451ad9db1600525e1c5832c4
tree25c8ddaf86a982aa81fdbb4f3d9cdd9748dbf8a1
parent162b41f57757c1df40eb377985e2e877fb0f0ea3
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)

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