summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_structseq.py
Commit message (Collapse)AuthorAgeFilesLines
* backport my checkin ofMichael W. Hudson2002-03-071-0/+12
| | | | | | | | | | | | revision 1.3 of test_structseq.py Test for [ 526039 ] devious code can crash structseqs Bugfix candidate. I haven't actually fixed this on the branch yet. Will soon.
* Huh. In an effort to be less thorough <wink>, seems I checked in a newTim Peters2001-10-311-1/+1
| | | | test that wouldn't even compile,
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-301-0/+16
Jack Jansen on python-dev. Add simple test case. Move vereq() from test_descr to test_support (it's handy!).