mirror of
https://github.com/python/cpython.git
synced 2026-01-21 22:59:06 +00:00
gh-144012: Check null binary op extend (#144014)
This commit is contained in:
parent
63cc1257db
commit
54bedcf714
7 changed files with 14 additions and 2 deletions
|
|
@ -839,6 +839,7 @@ dummy_func(
|
|||
|
||||
PyObject *res_o = d->action(left_o, right_o);
|
||||
DECREF_INPUTS();
|
||||
ERROR_IF(res_o == NULL);
|
||||
res = PyStackRef_FromPyObjectSteal(res_o);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue