18 ms·
Not true. They're is GraalPython, which is for Python 3 and supports also native code extensions. https://github.com/oracle/graalpython https://github.com/orac
by sideeffffect 3y ago
Not true. They're is GraalPython, which is for Python 3 and supports also native code extensions.
https://github.com/oracle/graalpython https://github.com/oracle/graalpython
- oivey 3y agoWhat is not true? I don’t see what this is supposed to address in my post. I cited Jython and IronPython because that’s what the person I was responding to mentioned. GraalPy looks neat, but is experimental/young still. Notably, it has a GIL specifically to be compatible with CPython.