Skip to content

gh-72249: Include the module name in the repr of partial object - #101910

Merged
serhiy-storchaka merged 18 commits into
python:mainfrom
furkanonder:issue-72249
Feb 25, 2024
Merged

gh-72249: Include the module name in the repr of partial object#101910
serhiy-storchaka merged 18 commits into
python:mainfrom
furkanonder:issue-72249

Conversation

@furkanonder

@furkanonderfurkanonder commented Feb 14, 2023

Copy link
Copy Markdown
Contributor

Co-authored-by: Anilyka Barry

@furkanonderfurkanonder changed the title Include the module name in the repr of functoolGH-72249: Include the module name in the repr of functoolFeb 14, 2023
@furkanonderfurkanonder changed the title GH-72249: Include the module name in the repr of functoolGH-72249: Include the module name in the repr of partial objectFeb 14, 2023
@rhettinger
rhettinger removed their request for review February 15, 2023 03:33
@arhadthedevarhadthedev added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 15, 2023
@furkanonderfurkanonder changed the title GH-72249: Include the module name in the repr of partial objectgh-72249: Include the module name in the repr of partial objectAug 6, 2023
Comment threadModules/_functoolsmodule.c Outdated
Comment threadModules/_functoolsmodule.c Outdated
Comment threadModules/_functoolsmodule.c Outdated
Comment threadModules/_functoolsmodule.c
Comment threadModules/_functoolsmodule.c Outdated
Comment threadModules/_functoolsmodule.c Outdated
Comment threadLib/functools.py Outdated
Comment threadModules/_functoolsmodule.c Outdated
Comment threadModules/_functoolsmodule.c Outdated
Comment threadModules/_functoolsmodule.c Outdated
Comment threadModules/_functoolsmodule.c Outdated

@serhiy-storchakaserhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM.

@Vgr255

Copy link
Copy Markdown
Contributor

Thank you @furkanonder for this! I haven't been active in CPython in years, appreciate the continued work.

@furkanonder

Copy link
Copy Markdown
ContributorAuthor

@serhiy-storchaka Thank you so much for your feedback, patience (sometimes explaining my mistakes over and over again), and time. I'd want to thank you again for providing me with the opportunity to better understand the CPython code-base.

@furkanonder

Copy link
Copy Markdown
ContributorAuthor

Thank you @furkanonder for this! I haven't been active in CPython in years, appreciate the continued work.

You are welcome!

woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull request Jan 22, 2025
zware added a commit to zware/cpython that referenced this pull request Sep 3, 2025
zware added a commit that referenced this pull request Sep 3, 2025
This incidentally corrects a reST issue reported by Daniel Nylander from the Swedish translation.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 3, 2025
…8468)
This incidentally corrects a reST issue reported by Daniel Nylander from the Swedish translation.
(cherry picked from commit 007bc5f)
Co-authored-by: Zachary Ware <zach@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 3, 2025
…8468)
This incidentally corrects a reST issue reported by Daniel Nylander from the Swedish translation.
(cherry picked from commit 007bc5f)
Co-authored-by: Zachary Ware <zach@python.org>
zware pushed a commit that referenced this pull request Sep 3, 2025
This incidentally corrects a reST issue reported by Daniel Nylander from the Swedish translation.
(cherry picked from commit 007bc5f)
hugovk pushed a commit that referenced this pull request Sep 3, 2025
)
Co-authored-by: Zachary Ware <zach@python.org>
kumaraditya303 pushed a commit to miss-islington/cpython that referenced this pull request Sep 9, 2025
lkollar pushed a commit to lkollar/cpython that referenced this pull request Sep 9, 2025
…8468)
This incidentally corrects a reST issue reported by Daniel Nylander from the Swedish translation.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interpreter-core(Objects, Python, Grammar, and Parser dirs)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@furkanonder@Vgr255@serhiy-storchaka@sobolevn@arhadthedev@bedevere-bot