FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-100321: Remove redundant variable newfree in function analyze_block by zikcheng · Pull Request #100327 · python/cpython · GitHub

/ cpython Public

gh-100321: Remove redundant variable newfree in function analyze_block - #100327

Closed
zikcheng wants to merge 1 commit into
python:mainfrom
zikcheng:remove_newfree
Closed

gh-100321: Remove redundant variable newfree in function analyze_block#100327
zikcheng wants to merge 1 commit into
python:mainfrom
zikcheng:remove_newfree

Conversation

zikcheng commented Dec 18, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

JosephSBoyle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Hi.
What do the "newfree" and "allfree" vars represent?

Copy link
Copy Markdown
Contributor Author

Hi @JosephSBoyle , in my understanding, allfree represents all free variables in children blocks and newfree is just a copy of allfree.

Copy link
Copy Markdown
Contributor

@zikcheng Thanks for clarifying for me:)

encukou commented Apr 10, 2024

Copy link
Copy Markdown
Member

In #101441, the allfree variable was removed instead.

Sorry that we missed this PR!

encukou closed this Apr 10, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL