On Apr 13, 2021, at 14:55, Luciano Ramalho <luci...@ramalho.org> wrote: > > Hugh was unfortunate in presenting the problem, but I agree that we > should commit all the way to supporting type hints, and that means > bundling a type checker as part of the standard library and > distribution.
I wouldn’t necessarily be opposed to bundling a type checker with the interpreter/stdlib, but I think there are some issues with it. Just off the top of my head (there are undoubtedly many more issues to resolve): * Which type checker would we adopt or adapt, if any? * Which parts of the typing system require more frequent release cycles? * Is there a core technology that could be put in the stdlib and still allow experimentation? * Would the type checker authors become core developers? * Do the same feature release / deprecation policies apply? I would still be opposed to requiring type hinting in Python. -Barry
signature.asc
Description: Message signed with OpenPGP
_______________________________________________ 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/P7GMIJY3S7MX25SJB7QZZ57WWYRBV7YD/ Code of Conduct: http://python.org/psf/codeofconduct/