mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ This will call tp_dealloc and clear all members.
Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ This will call tp_dealloc and clear all members.