Hacker News new | ask | show | jobs
by ngrilly 3643 days ago
> Does type hinting in Python 3.x (PEP 484) change this

No. The type hints are only meant for tooling (type checking, refactoring, documentation, etc.).