FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-121027: Add a future warning in functools.partial.__get__ by serhiy-storchaka · Pull Request #121086 · python/cpython · GitHub

/ cpython Public

gh-121027: Add a future warning in functools.partial.__get__ - #121086

Merged
Yhg1s merged 2 commits into
python:mainfrom
serhiy-storchaka:partial-get-future-warning
Jun 27, 2024
Merged

gh-121027: Add a future warning in functools.partial.__get__#121086
Yhg1s merged 2 commits into
python:mainfrom
serhiy-storchaka:partial-get-future-warning

Conversation

serhiy-storchaka commented Jun 27, 2024
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

Yhg1s 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Not really that happy about getting this into 3.13 at this stage, but whatever, it's only a FutureWarning on something that's a bad idea anyway (by which I mean using functools.partial in the first place, as well as using it as a class attribute.)

Comment thread Doc/whatsnew/3.13.rst Outdated
Co-authored-by: T. Wouters <thomas@python.org>

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 27, 2024
…ythonGH-121086)

(cherry picked from commit db96edd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

bedevere-app Bot commented Jun 27, 2024

Copy link
Copy Markdown

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

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jun 27, 2024
Yhg1s pushed a commit that referenced this pull request Jun 27, 2024
…H-121086) (#121092)

gh-121027: Add a future warning in functools.partial.__get__ (GH-121086)
(cherry picked from commit db96edd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
serhiy-storchaka deleted the partial-get-future-warning branch July 1, 2026 16:47
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL