]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-105465)
authorneonene <53406459+neonene@users.noreply.github.com>
Wed, 7 Jun 2023 19:46:00 +0000 (04:46 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 19:46:00 +0000 (13:46 -0600)
commit5394bf92aa6516feb3322d8372d1579bd9c1417b
treebc4f5ee567db308ea6df4456cc8b6069d3dfef4e
parentfbdee000de47ae96fbf53ce8908e8efbb23cfba4
gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-105465)

Fixes a typo in d2e2e53.
Modules/mathmodule.c