]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Apr 2025 15:32:41 +0000 (18:32 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Apr 2025 15:32:41 +0000 (18:32 +0300)
commit62ff86fa55c903a8362a64ecc363d8443aff2d07
tree65b6b08b3c8ecfaa9e73b2ebb73e5f0b9ca8bdd0
parent72da4a445867648ee668bfc68a9bb659dfebe658
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)

Previously it was only called in binary pow() and the binary
power operator.
Doc/reference/datamodel.rst
Doc/whatsnew/3.14.rst
Lib/_pydecimal.py
Lib/fractions.py
Lib/test/test_capi/test_number.py
Lib/test/test_decimal.py
Lib/test/test_descr.py
Lib/test/test_fractions.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-18-11-42-58.gh-issue-130104.BOicVZ.rst [new file with mode: 0644]
Objects/typeobject.c