[New-bugs-announce] [issue37233] Use _PY_FASTCALL_SMALL_STACK for method_vectorcall

Jeroen Demeyer report at bugs.python.org
Tue Jun 11 10:43:31 EDT 2019


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

The PEP 590 implementation for type "method" caused a minor regression: instead of using _PyObject_Call_Prepend(), method_vectorcall manually allocates and fills a newly allocated vector. This does NOT use the  _PY_FASTCALL_SMALL_STACK optimization, but it should.

----------
components: Interpreter Core
messages: 345234
nosy: jdemeyer
priority: normal
severity: normal
status: open
title: Use _PY_FASTCALL_SMALL_STACK for method_vectorcall
type: performance
versions: Python 3.9

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


More information about the New-bugs-announce mailing list