gh-135763 introduced a new parameter in the `Py_ssize_t` Argument Clinic converter for generation of a `value >= 0` validation. Now existing users of the `Py_ssize_t` AC converter should be refactored to offload the non-negative check to the generated validator. CC @picnixz
gh-135763 introduced a new parameter in the
Py_ssize_tArgument Clinic converter for generation of avalue >= 0validation.Now existing users of the
Py_ssize_tAC converter should be refactored to offload the non-negative check to the generated validator.CC @picnixz