You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Remove some legacy code needed to handle thrift-py3 vs thrift-python enum comparison. Before they were merged, singleton comparison would fail. Now that thrift-py3 enums *are* the exact same class and singleton objects as thrift-python, singleton comparison inequality comparison is much faster than the string comparisons used in kludgy logic to accommodate py3 vs python.
Reviewed By: Sunnie912
Differential Revision: D73465400
fbshipit-source-id: 4e3cd5d2019aa4feb4ecc6de12cba2cef045623e
0 commit comments