Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Do not overestimate the importance of _PyStack_AsDict(). Most of calls (~90-95% 
or like) are with positional only arguments, and most of functions do not have 
var-keyword parameter. So efforts in last years were spent on optimizing common 
cases, in particularly avoiding creation of a dict without need. 
_PyStack_AsDict() can affect perhaps 1% of code, or less, and these functions 
are usually not performance critical.

----------

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

Reply via email to