Hacker News new | ask | show | jobs
by dragontamer 4892 days ago
Python is not future proof.

There are undefined sequences even in Python, where Jython and CPython output different programs.

2 comments

Small amounts of undefined behaviour are normal in most language specs though to give implementations flexibility. Tests to make sure you do not rely on them would be useful though.
Not to mention the GIL...