mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
62f691f3d1
gh-124513: Check args in framelocalsproxy_new() (GH-124515)
Fix a crash in FrameLocalsProxy constructor: check the number of
arguments.
(cherry picked from commit d6954b6421)
Co-authored-by: Victor Stinner <vstinner@python.org>
Source files for various builtin objects