◐ Shell
clean mode source ↗

[3.10] bpo-44297: Fix missing line number in generator expressions (Backport of GH-26801) by markshannon · Pull Request #26821 · python/cpython

Conversation

@markshannon

@markshannon markshannon commented

Jun 21, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

  • Make sure that line number is set when entering comprehension scope in compiler.

(cherry picked from commit 82e5c28)

https://bugs.python.org/issue44297

…-26801)

* Make sure that line number is set when entering comprehension scope in compiler.

(cherry picked from commit 82e5c28)

@markshannon

Copy link Copy Markdown

Member Author

@pablogsal Given that this has a news entry, should I remove the equivalent news entry from 3.11?

@markshannon markshannon merged commit 7674c83 into python:3.10

Jun 21, 2021

@pablogsal

pablogsal commented

Jun 21, 2021

edited

Loading

Copy link Copy Markdown

Member

@pablogsal Given that this has a news entry, should I remove the equivalent news entry from 3.11?

No, as this is a backport the news entry should be the same. (The change should appear in both branches)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@pablogsal pablogsal pablogsal approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@markshannon @pablogsal @the-knights-who-say-ni @bedevere-bot