-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[Skip Issue] Fix an incorrect check in compiler_try_except() #9810
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
[Skip Issue] Fix an incorrect check in compiler_try_except() #9810
Conversation
Nice catch! |
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
(cherry picked from commit 53ebf4b) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-9811 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 53ebf4b) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-9812 is a backport of this pull request to the 3.6 branch. |
Sorry, @ZackerySpytz and @serhiy-storchaka, I could not cleanly backport this to |
(cherry picked from commit 53ebf4b) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
(cherry picked from commit 53ebf4b) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This code doesn't exist in 2.7. |
No description provided.