mirror of
https://github.com/python/cpython.git
synced 2026-01-23 23:59:00 +00:00
[3.14] gh-144012: Check null binary op extend (GH-144014) (GH-144038)
(cherry picked from commit 54bedcf714)
This commit is contained in:
parent
56cf72d626
commit
f7567b44a1
6 changed files with 10 additions and 2 deletions
|
|
@ -824,6 +824,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