[New-bugs-announce] [issue37358] Use vectorcall for functools.partial

Jeroen Demeyer report at bugs.python.org
Fri Jun 21 04:51:53 EDT 2019


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

functools.partial already has some optimizations to use vectorcall (formerly known as fastcall) for its onward calls, so it makes a lot of sense to also use vectorcall when being called.

----------
components: Library (Lib)
messages: 346193
nosy: Mark.Shannon, jdemeyer, petr.viktorin, vstinner
priority: normal
severity: normal
status: open
title: Use vectorcall for functools.partial
type: performance
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37358>
_______________________________________


More information about the New-bugs-announce mailing list