On Wed, Dec 2, 2020 at 7:11 PM Paul Sokolovsky <[email protected]> wrote: > > Python can't change its execution plans based on type > > CPython can't, other Pythons can. Mypyc is a well-known Python which > changes its execution plans based on type annotations.
"Mypyc is (mostly) not yet useful for general Python development." So, it's not a fully compliant Python implementation. Is there any fully compliant Python that changes its behaviour based on type annotations? If not, "Python == CPython" isn't the problem here. ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/DONWJ2ARIIAHEUTNTCAM7RD2GJLMU2PC/ Code of Conduct: http://python.org/psf/codeofconduct/
