Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87cbd42

Browse files
committed
cleanup test
1 parent d052d2c commit 87cbd42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/object.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ _Py_AddToAllObjects(PyObject *op)
264264
void
265265
_Py_NegativeRefcount(const char *filename, int lineno, PyObject *op)
266266
{
267-
printf("negative refcount for object of type %s\n", Py_TYPE(op)->tp_name);
268267
_PyObject_AssertFailed(op, NULL, "object has negative ref count",
269268
filename, lineno, __func__);
270269
}

0 commit comments

Comments
 (0)