New submission from Jeroen Demeyer <j.deme...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to