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
gh-117404: Add structured version info for compression modules (GH-150567)
Add constants which provide information about the version of the
compression library used for building the module and the version
actually loaded:
* zlib: ZLIB_VERSION_INFO, zlib_version_info, ZLIBNG_VERSION_INFO,
and zlib_version as an alias of ZLIB_RUNTIME_VERSION
* bz2: bzlib_version, bzlib_version_info
* lzma: LZMA_VERSION, lzma_version, LZMA_VERSION_INFO, lzma_version_info
* compression.zstd: ZSTD_VERSION, ZSTD_VERSION_INFO
Make compression.zstd.zstd_version_info a named tuple.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments