Message239161
So as a data point, this problem seems to be unique to tuple. set(x), list(x), tuple(iter(x)) all seem to work as expected and respect the overridden __iter__ (set and list were both included in the test case I attached to demonstrated this, iter I just checked right now). This suggests that the problem is in what tuple is doing, not in some general iterator protocol, |
|
Date |
User |
Action |
Args |
2015-03-24 17:39:05 | David MacIver | set | recipients:
+ David MacIver, r.david.murray |
2015-03-24 17:39:05 | David MacIver | set | messageid: <1427218745.86.0.897659674804.issue23757@psf.upfronthosting.co.za> |
2015-03-24 17:39:05 | David MacIver | link | issue23757 messages |
2015-03-24 17:39:05 | David MacIver | create | |
|