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
Since Python 3.14, it started to support zstd compression. And, since #6788, RustPython also provides compression.zstd but it doesn't work because RustPython doesn't implement _zstd yet.
Summary
Since Python 3.14, it started to support zstd compression. And, since #6788, RustPython also provides
compression.zstdbut it doesn't work because RustPython doesn't implement_zstdyet.Context