Thanks to the SC for such a thoughtful note. I really like where this is
going.

One thought.

On Wed, Oct 20, 2021 at 6:21 AM Thomas Wouters <tho...@python.org> wrote:

>
>    1.
>
>    Is the performance of PEP 649 and PEP 563 similar enough that we can
>    outright discount it as a concern? Does anyone actually care about the
>    overhead of type annotations anymore? Are there other options to alleviate
>    this potential issue (like a process-wide switch to turn off annotations)?
>
>
Annotations are used at runtime by at least one std lib module:
dataclasses, and who knows how many third party libs. So that may not be
practical.

-CHB
-- 
Christopher Barker, PhD (Chris)

Python Language Consulting
  - Teaching
  - Scientific Software Development
  - Desktop GUI and Web Development
  - wxPython, numpy, scipy, Cython
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/4C3G5M2OUCFHNLHJ6HHBQWLYOOT3SKXD/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to