We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fb28e commit 284776fCopy full SHA for 284776f
1 file changed
src/object/function.cpp
@@ -161,7 +161,6 @@ PyObject* function::call(PyObject* args, PyObject* keywords) const
161
else
162
{
163
// build a new arg tuple, will adjust its size later
164
- assert(max_arity <= static_cast<std::size_t>(ssize_t_max));
165
inner_args = handle<>(
166
PyTuple_New(static_cast<ssize_t>(max_arity)));
167
0 commit comments