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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup test
  • Loading branch information
eendebakpt committed Jan 15, 2025
commit 87cbd42ddb42d4554a313eb08b494ece38eae9e5
1 change: 0 additions & 1 deletion Objects/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ _Py_AddToAllObjects(PyObject *op)
void
_Py_NegativeRefcount(const char *filename, int lineno, PyObject *op)
{
printf("negative refcount for object of type %s\n", Py_TYPE(op)->tp_name);
_PyObject_AssertFailed(op, NULL, "object has negative ref count",
filename, lineno, __func__);
}
Expand Down