Message6263

Author ron
Recipients ron, zyasoft
Date 2010-11-24.19:55:47
SpamBayes Score 0.0009029762
Marked as misclassified No
Message-id <1290628547.27.0.543397164519.issue1679@psf.upfronthosting.co.za>
In-reply-to
Content
Jim, it was a pretty trivial error I'm ashamed to tell - the set was supposed to hold pairs, and somehow a 1-tuple sneaked in, so the error really referred to the unpacking of the tuple two two elements.

Why I initially thought it was the set, that the elements I inserted were the same, but the iteration broke after different number of processed elements - but supposedly that is because the non-deterministic ordering of the set.

However the main reason could have been that it was late ;) Sorry again.
History
Date User Action Args
2010-11-24 19:55:47ronsetmessageid: <1290628547.27.0.543397164519.issue1679@psf.upfronthosting.co.za>
2010-11-24 19:55:47ronsetrecipients: + ron, zyasoft
2010-11-24 19:55:47ronlinkissue1679 messages
2010-11-24 19:55:47roncreate