commit | c2fe618575aaf58ddf36d04d96431d6dc819ef31 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Oct 30 23:20:46 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Oct 30 23:20:46 2001 +0000 |
tree | f083f6119e71555915d02a04de993e97d7d36ffc | |
parent | 5ded1bf5c7773b7a13e1907e3cfb4826c402d7b2 [diff] |
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!).