mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
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>
3 lines
145 B
ReStructuredText
3 lines
145 B
ReStructuredText
Speed up calls to :func:`str` with positional-only argument,
|
|
by using the :pep:`590` ``vectorcall`` calling convention.
|
|
Patch by Erlend Aasland.
|