Hacker News new | ask | show | jobs
by ubernostrum 3292 days ago
The CPython implementation does have a "compile" step (to produce bytecode, which is what actually gets executed, by a simple stack-based virtual machine), and does not do any type checking in that step no matter how many annotations you give it.