]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Feb 2025 11:18:37 +0000 (12:18 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 11:18:37 +0000 (13:18 +0200)
commit5d83b6c1605f533473d25a9383cf7db9d5978d07
treea0ba71dc59af459c0a57eae4db86491f46da07e8
parentfc1c9f884e84bb33b7bfc5a4591bfca979f6eb17
[3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237) (GH-130246)

(cherry picked from commit b93b7e566e5a4efe7f077af2083140e50bd2b08f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Include/internal/pycore_typeobject.h
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
Objects/typeobject.c