]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
when arguments are cells clear the locals slot (backport of #17927)
authorBenjamin Peterson <benjamin@python.org>
Wed, 15 May 2013 03:31:26 +0000 (22:31 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 15 May 2013 03:31:26 +0000 (22:31 -0500)
commite1b4cbc422efc2cc6c5bbbf26645dbb5c001cb49
tree532371b6a46fa021141c9be584dcfab109c3114f
parentd486707d2e36f3141da3a3845066e7dabfd94198
when arguments are cells clear the locals slot (backport of #17927)
Lib/test/test_scope.py
Lib/test/test_super.py
Misc/NEWS
Objects/typeobject.c
Python/ceval.c