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
Glad to hear. I tried to find the CPython bug, but couldn't. If anyone knows which bug it was, I'd be interested in reading up on it. In the meantime, I'll watch for alpha 8 or beta 1 to fix it.
Consider the following test:
The test passes on Python 3.11, but on Python 3.12.0a7, fails thus:
I discovered the issue when troubleshooting a strange failure of jaraco.abode on Python 3.12. In that real-world example, tests fail when tests check for an expected exception during set_status, during which _control_url is accessed, but instead of being handled solely by the property on the class, somehow the superclass' getattr is evoked:
The failure mode in the repro isn't precisely the same, but it's close, and I suspect it will trace to the same cause.
The text was updated successfully, but these errors were encountered: