]> granicus.if.org Git - python/commit
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
authorTim Peters <tim.peters@gmail.com>
Tue, 30 Oct 2001 23:20:46 +0000 (23:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 30 Oct 2001 23:20:46 +0000 (23:20 +0000)
commitc2fe618575aaf58ddf36d04d96431d6dc819ef31
treef083f6119e71555915d02a04de993e97d7d36ffc
parent5ded1bf5c7773b7a13e1907e3cfb4826c402d7b2
Fix bad bug in structseq slicing (NULL pointers in result).  Reported by
Jack Jansen on python-dev.
Add simple test case.
Move vereq() from test_descr to test_support (it's handy!).
Lib/test/test_descr.py
Lib/test/test_structseq.py [new file with mode: 0644]
Lib/test/test_support.py
Objects/structseq.c