Skip to content

gh-122445: populate only modified fields in __static_attributes__ #122446

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

Merged
merged 14 commits into from
Aug 2, 2024

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Jul 30, 2024

@iritkatriel iritkatriel changed the title gh-122445: include optimized method calls in __static_attributes__ gh-122445: populate only modified fields in __static_attributes__ Jul 31, 2024
Copy link
Member

@markshannon markshannon left a comment

Choose a reason for hiding this comment

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

A couple of tweaks suggested, but looks good overall.

@iritkatriel iritkatriel merged commit 498376d into python:main Aug 2, 2024
39 checks passed
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Sorry, @iritkatriel, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 498376d7a7d6f704f22a2c963130cc15c17e7a6f 3.13

iritkatriel added a commit to iritkatriel/cpython that referenced this pull request Aug 2, 2024
@bedevere-app
Copy link

bedevere-app bot commented Aug 2, 2024

GH-122621 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Aug 2, 2024
iritkatriel added a commit that referenced this pull request Aug 2, 2024
…s__ (#122446) (#122621)

gh-122445: populate only modified fields in __static_attributes__ (#122446)

(cherry picked from commit 498376d)
brandtbucher pushed a commit to brandtbucher/cpython that referenced this pull request Aug 7, 2024
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

__static_attributes__ doesn't include method calls
3 participants