Remove spurious NULL in descrobject.c (GH-20344)

Co-authored-by: hai shi <shihai1991@126.com>
This commit is contained in:
Hai Shi 2020-05-24 13:03:50 +08:00 committed by GitHub
parent b23d7adfdf
commit 3f5f61409e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;