Closed kmod closed 9 years ago
Doing a quick comparison, we are missing these methods: ['clear', 'fromkeys', 'has_key', 'popitem', 'update', 'viewitems', 'viewkeys', 'viewvalues']
The view* methods look a somewhat involved since they involve creating new classes, but the others look pretty straightforward.
Please see PR https://github.com/dropbox/pyston/pull/207 where this is partially implemented.
The rest implemented in PR https://github.com/dropbox/pyston/pull/250
Doing a quick comparison, we are missing these methods: ['clear', 'fromkeys', 'has_key', 'popitem', 'update', 'viewitems', 'viewkeys', 'viewvalues']
The view* methods look a somewhat involved since they involve creating new classes, but the others look pretty straightforward.