{{ message }}
gh-101860: Expose __name__ on property#101876
Merged
serhiy-storchaka merged 4 commits intoFeb 20, 2024
Merged
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
05db108 to
9c956c7
Compare
February 13, 2023 18:00
Member
|
@eltoder, there are a lot of conflicts now. Could you please update the branch? |
Sorry, something went wrong.
Useful for introspection and consistent with functions and other descriptors.
9c956c7 to
8ec1251
Compare
February 17, 2024 15:59
Member
|
Thank you. I knew I could count on you. |
Sorry, something went wrong.
Contributor
Author
|
@serhiy-storchaka I made |
Sorry, something went wrong.
Raise AttributeError if no fget or it doesn't have `__name__`.
732337d to
c20e9a7
Compare
February 20, 2024 04:40
serhiy-storchaka
approved these changes
Feb 20, 2024
serhiy-storchaka
left a comment
Member
There was a problem hiding this comment.
LGTM. And I like to to review more of your PRs.
Sorry, something went wrong.
Contributor
Author
|
Thank you! |
Sorry, something went wrong.
woodruffw
pushed a commit
to woodruffw-forks/cpython
that referenced
this pull request
Mar 4, 2024
Useful for introspection and consistent with functions and other descriptors.
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this pull request
Apr 17, 2024
Useful for introspection and consistent with functions and other descriptors.
LukasWoodtli
pushed a commit
to LukasWoodtli/cpython
that referenced
this pull request
Jan 22, 2025
Useful for introspection and consistent with functions and other descriptors.
dangotbanned
added a commit
to narwhals-dev/narwhals
that referenced
this pull request
Apr 23, 2025
Following where `__name__` used to be sourced from - python/cpython#101876
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
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Useful for introspection and consistent with functions and other descriptors.
__name__to property #101860