(no title)
entropyneur | 5 months ago
Well, at least it doesn't create two incompatible Pythons like async and (I assume) free threading.
entropyneur | 5 months ago
Well, at least it doesn't create two incompatible Pythons like async and (I assume) free threading.
Galanwe|5 months ago
You should not see type hints as real, hard types, but more as a kind of documentation that helps your linter and type checker catch mistakes.
chpatrick|5 months ago
Ekaros|5 months ago
Like back in 2.7 difference between byte-array and string... Offloading such cases is mentally useful.
Matthyze|5 months ago
Because you can now use typing WITH the entire Python ecosystem.