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
Add a number of constants in modules zlib, bz2, lzma, and
compression.zstd, which provide information about the version
of libraries that were used for building the module and that
are actually loaded:
* zlib.zlib_version -- an alias of zlib.ZLIB_RUNTIME_VERSION
* zlib.ZLIB_VERSION_INFO
* zlib.zlib_version_info
* zlib.zlibng_version
* zlib.ZLIBNG_VERSION_INFO
* zlib.zlibng_version_info
* bz2.bzlib_version
* bz2.bzlib_version_info
* lzma.LZMA_VERSION
* lzma.lzma_version
* lzma.LZMA_VERSION_INFO
* lzma.lzma_version_info
* compression.zstd.ZSTD_VERSION
* compression.zstd.ZSTD_VERSION_INFO
Make compression.zstd.zstd_version_info a named tuple.
0 commit comments