]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122239: Add actual count in unbalanced unpacking error message when possible ...
authorTushar Sadhwani <tushar.sadhwani000@gmail.com>
Tue, 10 Sep 2024 15:07:30 +0000 (20:37 +0530)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2024 15:07:30 +0000 (16:07 +0100)
commit3597642ed57d184511ca2dbd1a382ffe8e280ac4
treeef753d92fbd15a9e79f3891ac025c4be690b9a68
parent07f0bf5aa4ca34e692c16e14129d79c161ee206f
gh-122239: Add actual count in unbalanced unpacking error message when possible (#122244)
Doc/whatsnew/3.14.rst
Lib/test/test_unpack.py
Misc/NEWS.d/next/Core_and_Builtins/2024-07-25-01-45-21.gh-issue-122239.7zh-sW.rst [new file with mode: 0644]
Python/ceval.c