]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Feb 2025 00:07:10 +0000 (02:07 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2025 00:07:10 +0000 (00:07 +0000)
commitcfe41037eb5293a051846ddc0b4afdb7a5f60540
treeaf038380be23a7ac170427ef477c27db3699df73
parentae3064608935367c860182dc1b364631082ecdff
gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111)

Test it with the third argument.
Lib/test/test_capi/test_number.py