Message197635
Here is an alternative C implementation. It adds to the dict class support of the __transform__() method. If this method is defined in dict subclass it used to transforming keys. collections.TransformDict is just utilizes this feature as collections.defaultdict utilizes __missing__(). This patch changes twice less C code than previous one (227 vs 474 lines). |
|
Date |
User |
Action |
Args |
2013-09-13 19:52:19 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, tim.peters, barry, theller, rhettinger, pitrou, vstinner, eric.smith, eric.araujo, mrabarnett, Arfrever, r.david.murray, eli.bendersky, ethan.furman, sbt |
2013-09-13 19:52:19 | serhiy.storchaka | set | messageid: <1379101939.15.0.0428780775774.issue18986@psf.upfronthosting.co.za> |
2013-09-13 19:52:19 | serhiy.storchaka | link | issue18986 messages |
2013-09-13 19:52:19 | serhiy.storchaka | create | |
|