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