]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130211)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Feb 2025 08:24:59 +0000 (09:24 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 08:24:59 +0000 (10:24 +0200)
commit30ed4523c08bb7860552455e3143401cffda9235
tree68c9e169ef1f31e7f748ed1dcb44ea64dbb771fe
parent4d941d3fd11d2a669f6e895e0572de30cc0257a7
[3.13] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130211)

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