]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142440: Fix _decimal builds configured with EXTRA_FUNCTIONALITY (GH-142441)
authorAZero13 <gfunni234@gmail.com>
Mon, 19 Jan 2026 12:19:20 +0000 (07:19 -0500)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 12:19:20 +0000 (14:19 +0200)
commit7dca4e3af118328d7013b58106d129b162047cb3
treeb6d30c49d407070c5d58154a13288b52458c611b
parent813fc7a291c98654c27f2b5d8f9afa8e53b066a6
gh-142440: Fix _decimal builds configured with EXTRA_FUNCTIONALITY (GH-142441)

There was a typo in _decimal.Context.apply().
Misc/NEWS.d/next/Library/2025-12-08-18-40-17.gh-issue-142438.tH-Y16.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c