On Wed, Dec 2, 2020 at 7:24 PM Chris Angelico <ros...@gmail.com> wrote: > > On Wed, Dec 2, 2020 at 7:11 PM Paul Sokolovsky <pmis...@gmail.com> 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." >
Forgot the citation: https://github.com/python/mypy/blob/master/mypyc/README.md ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/F7K7CDJGQTWUMUQ5H3P44E4LVBW3ZMMM/ Code of Conduct: http://python.org/psf/codeofconduct/