◐ Shell
clean mode source ↗

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

Conversation

Yhg1s

Choose a reason for hiding this comment

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

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

Co-authored-by: T. Wouters <thomas@python.org>

@miss-islington-app

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

@bedevere-app

Yhg1s pushed a commit that referenced this pull request

Jun 27, 2024

mrahtz pushed a commit to mrahtz/cpython that referenced this pull request

Jun 30, 2024

noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request

Jul 11, 2024

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024

2 participants

@serhiy-storchaka @Yhg1s