Remove spurious NULL in descrobject.c (GH-20344)
Co-authored-by: hai shi <shihai1991@126.com>
This commit is contained in:
parent
b23d7adfdf
commit
3f5f61409e
|
@ -360,7 +360,6 @@ method_vectorcall_FASTCALL_KEYWORDS_METHOD(
|
|||
if (method_check_args(func, args, nargs, NULL)) {
|
||||
return NULL;
|
||||
}
|
||||
NULL;
|
||||
PyCMethod meth = (PyCMethod) method_enter_call(tstate, func);
|
||||
if (meth == NULL) {
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue