]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Feb 2025 07:46:48 +0000 (09:46 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 07:46:48 +0000 (09:46 +0200)
commitb93b7e566e5a4efe7f077af2083140e50bd2b08f
tree4f576f93d944e5dca2a5916978755a8f70f91f22
parent4374e1de87c54ba2291f49c2fa3a105bb6641ce6
gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237)
Lib/test/test_decimal.py
Misc/NEWS.d/next/Library/2025-02-17-21-16-51.gh-issue-130230.9ta9P9.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c