Commit 09dc2c67 authored by Dino Viehland's avatar Dino Viehland Committed by GitHub

Fix missing dec ref (#16158)

parent 8b31a11a
......@@ -572,6 +572,7 @@ static int
_random_clear(PyObject *module)
{
Py_CLEAR(_randomstate(module)->Random_Type);
Py_CLEAR(_randomstate(module)->Long___abs__);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment