[issue44283] Add jump table for certain safe match-case statements

Serhiy Storchaka report at bugs.python.org
Sun Jun 13 04:30:51 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

How common match-case statements with literal integers? I expect that in most cases such magic numbers are not used directly, but as named constants.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list