mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
gh-148083: Prevent constant folding when lhs is container types (gh-148090)
This commit is contained in:
parent
c398490fbf
commit
853dafe23a
5 changed files with 24 additions and 4 deletions
|
|
@ -252,6 +252,7 @@ add_op(JitOptContext *ctx, _PyUOpInstruction *this_instr,
|
|||
#define sym_is_not_null _Py_uop_sym_is_not_null
|
||||
#define sym_is_const _Py_uop_sym_is_const
|
||||
#define sym_is_safe_const _Py_uop_sym_is_safe_const
|
||||
#define sym_is_not_container _Py_uop_sym_is_not_container
|
||||
#define sym_get_const _Py_uop_sym_get_const
|
||||
#define sym_new_const_steal _Py_uop_sym_new_const_steal
|
||||
#define sym_get_const_as_stackref _Py_uop_sym_get_const_as_stackref
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue