New submission from Jeroen Demeyer <j.deme...@ugent.be>:

35% of all cases where methods are called without PY_VECTORCALL_ARGUMENT_OFFSET 
and taking at least 1 argument (positional or keyword) are calls to __exit__

So we should really optimize __exit__

----------
components: Interpreter Core
messages: 347139
nosy: inada.naoki, jdemeyer
priority: normal
severity: normal
status: open
title: Use PY_VECTORCALL_ARGUMENTS_OFFSET for __exit__
type: performance
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37484>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to