]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-132983: Remove subclassing support from zstd types (#133694)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Thu, 8 May 2025 18:35:22 +0000 (19:35 +0100)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 18:35:22 +0000 (18:35 +0000)
commitbd7c5859c6c4f23877afdf6ab7b8209de50127a6
tree7db758ca2064e2ee5f2b363b425895d6b7b4c930
parentdd670fa7ca1db79d6daaac807ac924aa547257d0
GH-132983: Remove subclassing support from zstd types (#133694)

For consistency with ``bz2``, ``lzma``, and ``zlib``.
Modules/_zstd/compressor.c
Modules/_zstd/decompressor.c
Modules/_zstd/zstddict.c