Fix missing dec ref (#16158)
This commit is contained in:
parent
8b31a11a69
commit
09dc2c672f
|
@ -572,6 +572,7 @@ static int
|
|||
_random_clear(PyObject *module)
|
||||
{
|
||||
Py_CLEAR(_randomstate(module)->Random_Type);
|
||||
Py_CLEAR(_randomstate(module)->Long___abs__);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue