Message151296
> No more double lookup.
Your patch doesn't check hashed2.eq_count.
Since the dict specification doesn't say on which instance __eq__ will
be called when doing a lookup, the patch should either check
``hashed1.eq_count + hashed2.eq_count``, or make eq_count a class
attribute.
A nit: be careful not to use tabs in C files. |
|
Date |
User |
Action |
Args |
2012-01-15 17:20:07 | pitrou | set | recipients:
+ pitrou, rhettinger, jcea, eric.araujo, gruszczy, meador.inge, jcon, Ramchandra Apte |
2012-01-15 17:20:03 | pitrou | link | issue13521 messages |
2012-01-15 17:20:03 | pitrou | create | |
|