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

gh-121025: improve partialmethod.__repr__ #121033

Merged
merged 5 commits into from
Jun 26, 2024

Conversation

picnixz
Copy link
Contributor

@picnixz picnixz commented Jun 26, 2024

FYI, partial.__repr__ is marked with recursive_repr(), but not partialmethod. For now, I did not mark it but if you think it should, I can add it.

@gvanrossum
Copy link
Member

I’m sorry, I am on vacation and dealing with health issues, and unavailable for review.

@gvanrossum gvanrossum removed their request for review June 26, 2024 08:38
@picnixz
Copy link
Contributor Author

picnixz commented Jun 26, 2024

(I'm also very sorry that you got requested for a single change in a regex)

@serhiy-storchaka serhiy-storchaka self-requested a review June 26, 2024 08:50
Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

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

LGTM.

@serhiy-storchaka serhiy-storchaka merged commit d2646e3 into python:main Jun 26, 2024
35 checks passed
@serhiy-storchaka serhiy-storchaka added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Jun 26, 2024
@miss-islington-app
Copy link

Thanks @picnixz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @picnixz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 26, 2024
It no longer contains redundant commas and spaces.
(cherry picked from commit d2646e3)

Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jun 26, 2024

GH-121037 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 Jun 26, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 26, 2024
It no longer contains redundant commas and spaces.
(cherry picked from commit d2646e3)

Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jun 26, 2024

GH-121038 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jun 26, 2024
@picnixz picnixz deleted the improve-repr-partialmethod branch June 26, 2024 09:13
serhiy-storchaka pushed a commit that referenced this pull request Jun 26, 2024
It no longer contains redundant commas and spaces.
(cherry picked from commit d2646e3)

Co-authored-by: Bénédikt Tran <[email protected]>
kumaraditya303 pushed a commit that referenced this pull request Jun 26, 2024
gh-121025: Improve partialmethod.__repr__ (GH-121033)

It no longer contains redundant commas and spaces.
(cherry picked from commit d2646e3)

Co-authored-by: Bénédikt Tran <[email protected]>
mrahtz pushed a commit to mrahtz/cpython that referenced this pull request Jun 30, 2024
It no longer contains redundant commas and spaces.
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
It no longer contains redundant commas and spaces.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
It no longer contains redundant commas and spaces.
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.

3 participants