[issue45542] Using multiple comparison operators can cause performance issues

Steven D'Aprano report at bugs.python.org
Mon Apr 4 22:35:06 EDT 2022


Steven D'Aprano <steve at pearwood.info> added the comment:

I came here from #47221.

If I am reading this correctly, it concerns me that stack operations (which should be fast) are apparently slow?

If we can't reduce the number of stack operations, can we speed them up?

----------
nosy: +steven.daprano
status: pending -> open

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


More information about the Python-bugs-list mailing list