Y
Hacker News
new
|
ask
|
show
|
jobs
by
dragontamer
4939 days ago
Python is not future proof.
There are undefined sequences even in Python, where Jython and CPython output different programs.
2 comments
justincormack
4939 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
4939 days ago
Not to mention the GIL...
link