X Tutup
Skip to content

bpo-44298: Fix line numbers for early exits in with statements.#26513

Merged
markshannon merged 2 commits intopython:mainfrom
markshannon:fix-lineno-early-exit-with
Jun 3, 2021
Merged

bpo-44298: Fix line numbers for early exits in with statements.#26513
markshannon merged 2 commits intopython:mainfrom
markshannon:fix-lineno-early-exit-with

Conversation

@markshannon
Copy link
Copy Markdown
Member

@markshannon markshannon commented Jun 3, 2021

@markshannon markshannon merged commit 937cebc into python:main Jun 3, 2021
@markshannon markshannon added the needs backport to 3.10 only security fixes label Jun 3, 2021
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Copy Markdown
Contributor

Sorry, @markshannon, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 937cebc93b4922583218e0cbf0a9a14705a595b2 3.10

pablogsal pushed a commit that referenced this pull request Jun 3, 2021
* Backport 937cebc to 3.10

* Update importlib
@markshannon markshannon deleted the fix-lineno-early-exit-with branch June 4, 2021 10:49
@ZeroIntensity ZeroIntensity removed the needs backport to 3.10 only security fixes label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup