You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Py_uop_sym_get_type returns PyGen_Type if the tag is a JIT_SYM_RECORDED_GEN_FUNC_TAG, but it should return NULL instead. (Thanks to @Fidget-Spinner for spotting the bug!)
Bug report
Bug description:
_Py_uop_sym_get_typereturnsPyGen_Typeif the tag is aJIT_SYM_RECORDED_GEN_FUNC_TAG, but it should returnNULLinstead. (Thanks to @Fidget-Spinner for spotting the bug!)See #148372
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
_Py_uop_sym_get_type#148375