cpython/Modules/_zstd
Adam Turner bd7c5859c6
GH-132983: Remove subclassing support from zstd types (#133694)
For consistency with ``bz2``, ``lzma``, and ``zlib``.
2025-05-08 18:35:22 +00:00
..
clinic gh-132983: Add the compression.zstd pacakge and tests (#133365) 2025-05-06 01:38:08 +01:00
_zstdmodule.c gh-103092: Support subinterpreters in `_zstd` (#133674) 2025-05-08 19:11:34 +01:00
_zstdmodule.h gh-103092: Support subinterpreters in `_zstd` (#133674) 2025-05-08 19:11:34 +01:00
buffer.h
compressor.c GH-132983: Remove subclassing support from zstd types (#133694) 2025-05-08 18:35:22 +00:00
decompressor.c GH-132983: Remove subclassing support from zstd types (#133694) 2025-05-08 18:35:22 +00:00
zstddict.c GH-132983: Remove subclassing support from zstd types (#133694) 2025-05-08 18:35:22 +00:00