]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117709: Add vectorcall support for str() with positional-only arguments (#117746)
authorErlend E. Aasland <erlend@python.org>
Thu, 11 Apr 2024 13:55:37 +0000 (15:55 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 13:55:37 +0000 (13:55 +0000)
commit044dc496e06843cd3eb30a32f34d9d080635875a
tree62aeff8e7c8ccca88e2c5cd8dcb7a3b18f611791
parent671cb22094df5b645f65c383213bfda17c8003c5
gh-117709: Add vectorcall support for str() with positional-only arguments (#117746)

Fall back to tp_call() for cases when arguments are passed by name.

Co-authored-by: Donghee Na <donghee.na@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_str.py
Misc/NEWS.d/next/Core and Builtins/2024-04-10-22-16-18.gh-issue-117709.-_1YL0.rst [new file with mode: 0644]
Objects/unicodeobject.c