mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
DECREF --> XDECREF
This commit is contained in:
parent
beb3101b05
commit
994c2c1c69
1 changed files with 1 additions and 1 deletions
|
@ -1939,7 +1939,7 @@ PyFrozenSet_New(PyObject *iterable)
|
|||
return NULL;
|
||||
}
|
||||
result = frozenset_new(&PyFrozenSet_Type, args, NULL);
|
||||
Py_DECREF(args);
|
||||
Py_XDECREF(args);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue