Hacker News new | ask | show | jobs
by silval 2996 days ago
> I think Python 3 was not brave enough, to be honest

Agree 100%. I would have added:

* fix the C API and pass the interpreter instance as the first parameter to all functions as is common in other interpreted languages, rather than relying on a global state.