]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122081: fixed crash in decimal.IEEEContext() (#122082)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 19 Aug 2024 07:51:38 +0000 (10:51 +0300)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 07:51:38 +0000 (07:51 +0000)
commitb9e10d1a0fc4d8428d4b36eb127570a832c26b6f
tree26cb3c5fe1e4e4c6a23974e4147ac2ac4589e69d
parentbe257c58152e9b960827362b11c9ef2223fd6267
gh-122081: fixed crash in decimal.IEEEContext() (#122082)

* gh-122081: fixed crash in decimal.IEEEContext()

Now

$ ./configure CFLAGS=-DEXTRA_FUNCTIONALITY -q && make -s && \
     ./python -m test test_decimal

- PASS

* Apply suggestions from code review

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* Update Misc/NEWS.d/next/Library/2024-07-21-10-45-24.gh-issue-122081.dNrYMq.rst

* Apply suggestions from code review

---------

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Misc/NEWS.d/next/Library/2024-07-21-10-45-24.gh-issue-122081.dNrYMq.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c