]> granicus.if.org Git - python/commit
Patch #1674228: when assigning a slice (old-style), check for the
authorGeorg Brandl <georg@python.org>
Mon, 5 Mar 2007 22:28:08 +0000 (22:28 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 5 Mar 2007 22:28:08 +0000 (22:28 +0000)
commit0fca97a5fbc49f077802339c0608eb347192df6d
tree1deb864e70f0fd7b7e39a07961583d7cd71c0484
parentca90ca81a4af94cb7b9b6cce5e93d4fa5b127703
Patch #1674228: when assigning a slice (old-style), check for the
sq_ass_slice instead of the sq_slice slot.
Lib/test/test_descr.py
Misc/NEWS
Python/ceval.c