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
We need to declare variables volatilehere and in #148745 otherwise the code generator emits normal jumps without the necessary patching to add trampolines.
Bug report
Bug description:
We need to declare variables
volatilehere and in #148745 otherwise the code generator emits normal jumps without the necessary patching to add trampolines.For more details see #148745 (comment)
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response