[issue46532] Improve effeciency of PRECALL/CALL instructions

Mark Shannon report at bugs.python.org
Wed Jan 26 04:54:04 EST 2022


Mark Shannon <mark at hotpy.org> added the comment:

Possibly consider replacing the specializations for `str(arg)` and `tuple(arg)` with a more general bytecode that can be used for other objects as well.

----------

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


More information about the Python-bugs-list mailing list