Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067)#26075
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fidget-Spinner commentedMay 12, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Wait,@gvanrossum I just realised this is backwards incompatible with previous minor versions of 3.9. If someone previously used it incorrectly it will now throw an error. Should we revert this and keep it 3.10 only? (Sorry for the flip-flop!) |
… raise TypeError (pythonGH-26067) (pythonGH-26075)"This reverts commit88136bb.
Fidget-Spinner commentedMay 12, 2021
Alright, just in case you decide to, I already put the revert PR up at#26077. If you decide against it, please don't hesitate to close it. |
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commit c40486a)
Co-authored-by: Yurii Karabas1998uriyyo@gmail.com
https://bugs.python.org/issue38908
Automerge-Triggered-By: GH:gvanrossum