Message4557

Author zyasoft
Recipients fwierzbicki, yanne, zyasoft
Date 2009-04-20.15:48:41
SpamBayes Score 5.3773405e-05
Marked as misclassified No
Message-id <1240242522.12.0.60763038544.issue1317@psf.upfronthosting.co.za>
In-reply-to
Content
This example causes PyList#equals to stack overflow in trunk. But it 
should be a simple fix.

For 2.2, we would need to distinguish between PyList and PyTuple, 
instead of just doing equality on PySequenceList.
History
Date User Action Args
2009-04-20 15:48:42zyasoftsetmessageid: <1240242522.12.0.60763038544.issue1317@psf.upfronthosting.co.za>
2009-04-20 15:48:42zyasoftsetrecipients: + zyasoft, fwierzbicki, yanne
2009-04-20 15:48:42zyasoftlinkissue1317 messages
2009-04-20 15:48:41zyasoftcreate