-
-
Notifications
You must be signed in to change notification settings - Fork 32k
GH-122616: Simplify LOAD_ATTR_WITH_HINT and STORE_ATTR_WITH_HINT #122620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-122616: Simplify LOAD_ATTR_WITH_HINT and STORE_ATTR_WITH_HINT #122620
Conversation
The three failures are networking issues on the emulated platforms and a hypothesis issues |
A somewhat mysterious bug report (a failure with a Python exception) that we received in Cython under Py3.14a1 bisects to this change: |
@scoder can you make a new CPython issue for the Cython problem? I'd be very surprised if this PR was the root cause of the problem, but it clearly is a CPython issue not a Cython one. |
Hi both: I've created #125868 with a bit of extra debugging detail (I stopped trying to debug at the point that reality and pdb started contradicting each other) |
Removes branching code, using a DEOPT.