◐ Shell
clean mode source ↗

gh-124513: Check args in framelocalsproxy_new() by vstinner · Pull Request #124515 · python/cpython

Fix a crash in FrameLocalsProxy constructor: check the number of
arguments.

JelleZijlstra

@vstinner

JelleZijlstra

@vstinner

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 25, 2024
Fix a crash in FrameLocalsProxy constructor: check the number of
arguments.
(cherry picked from commit d6954b6)

Co-authored-by: Victor Stinner <vstinner@python.org>

emilyemorehouse added a commit to lysnikolaou/cpython that referenced this pull request

Sep 26, 2024

Yhg1s pushed a commit that referenced this pull request

Sep 30, 2024
…124539)

gh-124513: Check args in framelocalsproxy_new() (GH-124515)

Fix a crash in FrameLocalsProxy constructor: check the number of
arguments.
(cherry picked from commit d6954b6)

Co-authored-by: Victor Stinner <vstinner@python.org>