]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126235)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 31 Oct 2024 14:37:47 +0000 (17:37 +0300)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 14:37:47 +0000 (14:37 +0000)
commit3275cb19530fb5c7115cf8313f1ada9621ed3a92
tree70e9f4d8c1ec90d0aba46ff9b20519621df90fa4
parent94639f6b7182c2e1a82f2f907b03b5b15202acfa
gh-101123: Adapt vararg functions in the math module to Argument Clinic (#126235)

This implicitly fixes the math.hypot signature, which was previously
incomprehensible to inspect.signature().
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c