cpython/Modules/_zstd
Petr Viktorin e575190abb
gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962)
Call Py_XDECREF rather than PyObject_GC_Del in failed __new__

This will call tp_dealloc and clear all members.
2025-05-13 11:11:52 +02:00
..
clinic gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
_zstdmodule.c gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
_zstdmodule.h gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
buffer.h gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00
compressor.c gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) 2025-05-13 11:11:52 +02:00
decompressor.c gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) 2025-05-13 11:11:52 +02:00
zstddict.c gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) 2025-05-13 11:11:52 +02:00
zstddict.h gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860) 2025-05-12 08:51:53 +00:00