mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
crush other possible refleaks in this section
This commit is contained in:
@@ -2100,6 +2100,7 @@ type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds)
|
||||
PyErr_Format(PyExc_ValueError,
|
||||
"%R in __slots__ conflicts with class variable",
|
||||
tmp);
|
||||
Py_DECREF(newslots);
|
||||
goto bad_slots;
|
||||
}
|
||||
j++;
|
||||
|
||||
Reference in New Issue
Block a user