]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-132983: Remove subclassing support from zstd types (GH-133694) (#133762)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 May 2025 14:43:52 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 14:43:52 +0000 (14:43 +0000)
commit5dddedf327bc4c5b1d256d6994acdc27f4a7d6fd
treed13c59c3ccb85d451234bbe1ffbf522429e190de
parent52d89f534393360fb734fa8e0abd745877e7ae38
[3.14] GH-132983: Remove subclassing support from zstd types (GH-133694) (#133762)

GH-132983: Remove subclassing support from zstd types (GH-133694)

For consistency with ``bz2``, ``lzma``, and ``zlib``.
(cherry picked from commit bd7c5859c6c4f23877afdf6ab7b8209de50127a6)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Modules/_zstd/compressor.c
Modules/_zstd/decompressor.c
Modules/_zstd/zstddict.c