Skip to content

Commit a3c3e89

Browse files
Remove spurious NULL in descrobject.c (GH-20344)
Co-authored-by: hai shi <[email protected]> (cherry picked from commit 3f5f614) Co-authored-by: Hai Shi <[email protected]>
1 parent 11fb605 commit a3c3e89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/descrobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ method_vectorcall_FASTCALL_KEYWORDS_METHOD(
360360
if (method_check_args(func, args, nargs, NULL)) {
361361
return NULL;
362362
}
363-
NULL;
364363
PyCMethod meth = (PyCMethod) method_enter_call(tstate, func);
365364
if (meth == NULL) {
366365
return NULL;

0 commit comments

Comments
 (0)