Y
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
justincormack
4892 days ago
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.
link
shaurz
4891 days ago
Not to mention the GIL...
link