]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124513: Check args in framelocalsproxy_new() (#124515)
authorVictor Stinner <vstinner@python.org>
Wed, 25 Sep 2024 19:41:09 +0000 (21:41 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2024 19:41:09 +0000 (21:41 +0200)
commitd6954b6421aa34afd280df9c44ded21a2348a6ea
treea8bef4710328a6373712d618274459ab73153b6a
parent0d9d56c4e4246495f506f7fb319548fb105b535b
gh-124513: Check args in framelocalsproxy_new() (#124515)

Fix a crash in FrameLocalsProxy constructor: check the number of
arguments.
Lib/test/test_frame.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-25-14-45-56.gh-issue-124513.ywiXtr.rst [new file with mode: 0644]
Objects/frameobject.c