]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix crasher in unpacking assignments with star, where the size constraints
authorThomas Wouters <thomas@python.org>
Fri, 14 Mar 2008 17:16:59 +0000 (17:16 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 14 Mar 2008 17:16:59 +0000 (17:16 +0000)
commitdeef67481c37965474b64c7e703982998c20a654
tree93b07813979e474cb4eec489c599d1ddb6495584
parent4a983c550e546a0cd3bb9349d301ac7cd0017c50
Fix crasher in unpacking assignments with star, where the size constraints
weren't checked.
Lib/test/test_unpack_ex.py
Python/compile.c