This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cbay
Recipients cbay
Date 2010-03-26.15:35:18
SpamBayes Score 0.00023702675
Marked as misclassified No
Message-id <1269617720.19.0.0827981415417.issue8240@psf.upfronthosting.co.za>
In-reply-to
Content
The following test case exhibits the bug, but I'm not sure it will fail every time as it depends on 2 things:

 - your connection speed (I guess)
 - I used the following trick to have 2 identical strings with a different id (memory address):

data = (('xx'[0] + 'xx'[1:])*10000, ('xx'[0] + 'xx'[1:])*10000)

I'm not sure it will work all the time though.
History
Date User Action Args
2010-03-26 15:35:20cbaysetrecipients: + cbay
2010-03-26 15:35:20cbaysetmessageid: <1269617720.19.0.0827981415417.issue8240@psf.upfronthosting.co.za>
2010-03-26 15:35:19cbaylinkissue8240 messages
2010-03-26 15:35:18cbaycreate