]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459)
authorAlex <a.v.shkop@gmail.com>
Fri, 26 Feb 2021 19:58:39 +0000 (21:58 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Feb 2021 19:58:39 +0000 (11:58 -0800)
commitcc02b4f2e810ab524d845daa18bc94df5b092dd8
tree1f17c435bcaa6a428fd66166ac1b77dc9e5b795e
parent5e48e836883ac577acd69c7b9bdfe5c439cef47f
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459)
Doc/whatsnew/3.10.rst
Lib/test/test_descr.py
Misc/NEWS.d/next/Core and Builtins/2019-09-28-12-23-23.bpo-38302.hsCNgX.rst [new file with mode: 0644]
Objects/abstract.c