We've discussed some changes to the fixed-format serialization format and library (librt.internal). The list below includes these and maybe one or two new ideas.
It would be nice to have the changes in the 1.19 mypy release and I'm planning to work on these -- but most of these aren't critical, as we don't guarantee that the cache format is stable.
cc @ilevkivskyi
We've discussed some changes to the fixed-format serialization format and library (
librt.internal). The list below includes these and maybe one or two new ideas.It would be nice to have the changes in the 1.19 mypy release and I'm planning to work on these -- but most of these aren't critical, as we don't guarantee that the cache format is stable.
Bufferso that the C functions don't need to check theBufferparameter type repeatedly (export the type object via the capsule).BufferObjectin case it would improve performance.cc @ilevkivskyi