Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Originally posted by@brandtbucher in#115874 (comment):
I also think I found an unrelated refleak while chasing this down:
diff --git a/Objects/typeobject.c b/Objects/typeobject.cindex fe3b7b87c8..181d032328 100644--- a/Objects/typeobject.c+++ b/Objects/typeobject.c@@ -6549,6 +6549,7 @@ reduce_newobj(PyObject *obj) } else { /* args == NULL */+ Py_DECREF(copyreg); Py_DECREF(kwargs); PyErr_BadInternalCall(); return NULL;