]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130212)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Feb 2025 08:25:20 +0000 (09:25 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 08:25:20 +0000 (10:25 +0200)
commitad38c3c2b63f28825cd1817c2717682cf2c3d425
tree1bfa57227f3a6d6ed2e182ab9121e9a0cbaab6f8
parent042b49246b0832f9eafc6529566c9a31324c46f7
[3.12] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130212)

Test it with the third argument.
(cherry picked from commit cfe41037eb5293a051846ddc0b4afdb7a5f60540)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_capi/test_number.py