mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -360,7 +360,6 @@ method_vectorcall_FASTCALL_KEYWORDS_METHOD(
|
||||||
if (method_check_args(func, args, nargs, NULL)) {
|
if (method_check_args(func, args, nargs, NULL)) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
NULL;
|
|
||||||
PyCMethod meth = (PyCMethod) method_enter_call(tstate, func);
|
PyCMethod meth = (PyCMethod) method_enter_call(tstate, func);
|
||||||
if (meth == NULL) {
|
if (meth == NULL) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue