cpython/Modules/_zstd
Miss Islington (bot) 11d77d2112
[3.14] gh-132983: Fix refleak in zstd dictionary functions (gh-134463)
(cherry picked from commit fb68776591, AKA gh-134459)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
2025-05-21 19:35:31 +00:00
..
clinic [3.14] gh-132983: Convert zstd `__new__` methods to Argument Clinic (GH-133860) (#133915) 2025-05-20 03:25:24 +01:00
_zstdmodule.c [3.14] gh-132983: Fix refleak in zstd dictionary functions (gh-134463) 2025-05-21 19:35:31 +00:00
_zstdmodule.h [3.14] gh-132983: Convert zstd `__new__` methods to Argument Clinic (GH-133860) (#133915) 2025-05-20 03:25:24 +01:00
buffer.h [3.14] gh-132983: Convert zstd `__new__` methods to Argument Clinic (GH-133860) (#133915) 2025-05-20 03:25:24 +01:00
compressor.c [3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) (#134305) 2025-05-20 02:58:51 +00:00
decompressor.c [3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) (#134305) 2025-05-20 02:58:51 +00:00
zstddict.c [3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) (#134305) 2025-05-20 02:58:51 +00:00
zstddict.h [3.14] gh-132983: Convert zstd `__new__` methods to Argument Clinic (GH-133860) (#133915) 2025-05-20 03:25:24 +01:00