Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Currently if we have `cpp.Type{name = "folly::IOBuf"}`, the python type of the field will be changed to IOBuf. In this case we can not assign `bytes` to IOBuf field directly (otherwise there will be runtime error due to type mismatch). Reviewed By: thedavekwon Differential Revision: D64764837 fbshipit-source-id: 4b9e5c73a954e9bdef6d674867cbbe67c15649fe
- Loading branch information