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