]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-105465...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Jun 2023 20:11:10 +0000 (13:11 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 20:11:10 +0000 (20:11 +0000)
commit1e128779befad65ec8208e0ef0d0688ef8a7f5d2
tree011326d47cb73617207e1596f28cb62f27b85366
parent4eadfb1c1a035970905b00263db8d9bd277098fc
[3.12] gh-94673: Ensure subtypes are readied only once in math.trunc() (gh-105465) (gh-105471)

Fixes a typo in d2e2e53.
(cherry picked from commit 5394bf92aa6516feb3322d8372d1579bd9c1417b)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Modules/mathmodule.c