Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You were referring to CPython implementation details, which do not apply to Jython, IronPython, PyPy, and many more.

Alternative Python implementations do not follow all CPython implementation details.

In other words, if this is not part of the Python specification, it might work on other Python implementations even if it does not work on CPython.



> ...Jython...

Which is Java with Python syntax...


No. Jython is a full implementation of Python in Java.

Last I collided with it, it was terribly slow, but that is not the point here.

Some of these alternative implementations are very interesting. PyPy is JIT'ed, and insanely fast compared to CPython. IronPython, IIRC, has no GIL.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: