-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This test verifies that thrift-py3 auto-migrated Structs, Unions, Enums, and containers are backwards compatible with pickle use cases, even where a thrift-py3 type has been serialized and stored, it can still be unpickled into an equivalent thrift-python type. This makes sense because both py3 and python follow the same pickling protocols (just delegate to serialize-deserialize). The containers work only because of recent D66985311. Reviewed By: Filip-F Differential Revision: D67479759 fbshipit-source-id: d35e5f0eff3ce6c20385950e9091a03dda00b521
- Loading branch information
1 parent
0f2fbb6
commit dc9a39c
Showing
1 changed file
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters