[issue38644] Pass explicitly tstate to function calls

Raymond Hettinger report at bugs.python.org
Tue Sep 7 02:19:33 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

This adds cost to our most critical code paths.  For example, type_call() will now be slower for every single object instantiation.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list