mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
gh-125470: Fix warning in Python/generated_cases.c.h
(#125471)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This commit is contained in:
parent
843d28f59d
commit
0c8c665581
3 changed files with 6 additions and 0 deletions
|
@ -611,7 +611,9 @@ dummy_func(
|
|||
// specializations, but there is no output.
|
||||
// At the end we just skip over the STORE_FAST.
|
||||
op(_BINARY_OP_INPLACE_ADD_UNICODE, (left, right --)) {
|
||||
#ifndef NDEBUG
|
||||
PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
|
||||
#endif
|
||||
PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
|
||||
|
||||
int next_oparg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue