mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +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.