Skip to content

Commit

Permalink
chore: remove meaningless comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed Jan 22, 2025
1 parent 4fc3afa commit 97b5b5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/object/function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ PyObject* function::call(PyObject* args, PyObject* keywords) const
else
{
// build a new arg tuple, will adjust its size later
assert(max_arity <= static_cast<std::size_t>(ssize_t_max));
inner_args = handle<>(
PyTuple_New(static_cast<ssize_t>(max_arity)));

Expand Down

0 comments on commit 97b5b5c

Please sign in to comment.