mypy
f49083e5
- Add is_type_operator and is_new_protocol to binary cache serialization
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
103 days ago
Add is_type_operator and is_new_protocol to binary cache serialization These flags were in TypeInfo.FLAGS (used by JSON serialize/deserialize) but missing from the binary write/read methods, causing them to be lost when restoring from cache.
Author
msullivan
Parents
c810265d
Loading