mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
e575190abb
Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ This will call tp_dealloc and clear all members.