Message150886
Looking at the patch again, I think this isn't enough.
setdefault() will still call the lookup routine twice which, in the general case (i.e. lookdict() not lookdict_unicode()), can call arbitrary Python code through e.g. __eq__ methods. |
|
Date |
User |
Action |
Args |
2012-01-08 17:58:44 | pitrou | set | recipients:
+ pitrou, rhettinger, jcea, eric.araujo, gruszczy, meador.inge, jcon, Ramchandra Apte |
2012-01-08 17:58:44 | pitrou | set | messageid: <1326045524.37.0.428771253512.issue13521@psf.upfronthosting.co.za> |
2012-01-08 17:58:43 | pitrou | link | issue13521 messages |
2012-01-08 17:58:43 | pitrou | create | |
|