mirror of
https://github.com/python/cpython.git
synced 2026-04-14 07:41:00 +00:00
gh-146261: Fix bug in _Py_uop_sym_set_func_version (GH-146291)
This commit is contained in:
parent
161329cde2
commit
1ceb1fb284
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ _Py_uop_sym_set_func_version(JitOptContext *ctx, JitOptRef ref, uint32_t version
|
|||
case JIT_SYM_PREDICATE_TAG:
|
||||
case JIT_SYM_TRUTHINESS_TAG:
|
||||
sym_set_bottom(ctx, sym);
|
||||
return true;
|
||||
return false;
|
||||
case JIT_SYM_RECORDED_VALUE_TAG: {
|
||||
PyObject *val = sym->recorded_value.value;
|
||||
if (Py_TYPE(val) != &PyFunction_Type ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue