Skip to content
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

Pass reference to func, as well as args, when pushing frame. #31100

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

markshannon
Copy link
Member

Minor efficiency improvement. When pushing a frame we transfer the references to the args to the frame. This does the same for the func.

Also removes unused function _PyThreadState_PushFrame.

This is all internal.

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @markshannon for commit fa60366 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Feb 3, 2022
@markshannon markshannon merged commit da4d4ec into python:main Feb 3, 2022
@markshannon markshannon deleted the move-func-ref-to-locals branch February 3, 2022 18:36
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.

3 participants