-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-33026: Fix jumping out of "with" block by setting f_lineno. #6026
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
bpo-33026: Fix jumping out of "with" block by setting f_lineno. #6026
Conversation
|
@serhiy-storchaka: Please replace |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…pythonGH-6026). (cherry picked from commit 26c9f56) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-6074 is a backport of this pull request to the 3.7 branch. |
…GH-6026). (#6074) (cherry picked from commit 26c9f56) Co-authored-by: Serhiy Storchaka <[email protected]>
…pythonGH-6026). (pythonGH-6074) (cherry picked from commit 26c9f56) Co-authored-by: Serhiy Storchaka <[email protected]> (cherry picked from commit 04aadf2) Co-authored-by: Serhiy Storchaka <[email protected]>
…pythonGH-6026). (pythonGH-6074) (cherry picked from commit 26c9f56) Co-authored-by: Serhiy Storchaka <[email protected]> (cherry picked from commit 04aadf2) Co-authored-by: Serhiy Storchaka <[email protected]>
https://bugs.python.org/issue33026