gh-86069: correct object.__ipow__() signature#130103
gh-86069: correct object.__ipow__() signature#130103skirpichev wants to merge 4 commits intopython:mainfrom
Conversation
There is no way to call ternary form of this dunder.
|
See Lines 9905 to 9911 in 28f5e3d So, PyNumber_InPlacePower just ignores the o3 now. Maybe its docs also should be adjusted? |
|
Look at |
How you can invoke it? (excluding a direct call of the dunder) |
|
By a direct call of |
|
"excluding a direct call of the dunder"?) |
|
Don't exclude it. Signature describes the direct call. |
|
Well, why someone will prefer a dunder method over a public method, that does same?) Edit: similar to #122260 (3-arg |
There is no way to call ternary form of this dunder.
📚 Documentation preview 📚: https://cpython-previews--130103.org.readthedocs.build/