Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maps keys, items, and values return views, not generators
Summary: This diff is implementing `MapViews` for `py3` and fixing the failed unit test. [Context Post](https://fb.workplace.com/groups/1730279463893632/permalink/3935447050043518/): Thrift-py3 `.values()`, `.items()`, `.keys()` return generator instead of a python view. This causes incompatibility issues for users upgrading to thrift-python. It also means some view apis like `len` don't work, and mean the return object is only once-iterable. User Request: https://fb.workplace.com/groups/thrift.py3/permalink/1480673825975358/ #buildall Reviewed By: yoney, ahilger Differential Revision: D68674342 fbshipit-source-id: 09dcb6f79d04ed70b1eb70bb0b6898a70ed35105
- Loading branch information