The 2020 Python Language Summit
The 2020 Python Language Summit
Posted May 4, 2020 23:42 UTC (Mon) by jafd (subscriber, #129642)In reply to: The 2020 Python Language Summit by HelloWorld
Parent article: The 2020 Python Language Summit
Nuitka tries hard to be as semantically compatible to vanilla Python as possible (it's its stated goal after all), so it will do to type annotations what Python will do, namely: ignore them.
Although I think it could probably be beneficial to have a mode in Nuitka where it would actually enforce type annotations.