We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f604eb8 commit 0931aadCopy full SHA for 0931aad
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