On Fri, 16 Apr 2021 10:35:19 +0900 Inada Naoki <[email protected]> wrote: > > And personally, I love static typing but I don't use type hint for > performance/memory usage reason. > I spend much effort to optimize PEP 563 to minimize type hinting overhead. > So it's very sad that if I can not use type hinting when I can drop > Python 3.9 support.
AFAIU, we're not talking about dropping PEP 563 (yet), but about making it opt-in again. Regards Antoine. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/NVJOKSXRFEUKWHF4USVOB2U3YTCL3PZL/ Code of Conduct: http://python.org/psf/codeofconduct/
