mirror of
https://github.com/python/cpython.git
synced 2026-04-20 10:51:00 +00:00
gh-148510: restore func_version check in _LOAD_ATTR_PROPERTY_FRAME (GH-148528)
This commit is contained in:
parent
4af46b4ab5
commit
52a7f1b7f8
13 changed files with 603 additions and 429 deletions
|
|
@ -257,6 +257,7 @@ add_op(JitOptContext *ctx, _PyUOpInstruction *this_instr,
|
|||
#define sym_get_probable_type _Py_uop_sym_get_probable_type
|
||||
#define sym_matches_type _Py_uop_sym_matches_type
|
||||
#define sym_matches_type_version _Py_uop_sym_matches_type_version
|
||||
#define sym_get_type_version _Py_uop_sym_get_type_version
|
||||
#define sym_set_null(SYM) _Py_uop_sym_set_null(ctx, SYM)
|
||||
#define sym_set_non_null(SYM) _Py_uop_sym_set_non_null(ctx, SYM)
|
||||
#define sym_set_type(SYM, TYPE) _Py_uop_sym_set_type(ctx, SYM, TYPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue