graalpython
graalpython copied to clipboard
A Python 3 implementation built on GraalVM
This is of course external to this repository, but there should be a place for status (e.g. provided, works as is, fails) for many Python packages. `graalpython -m ginstall install...
### TL;DR We plan to design and build a new C-API for Python that makes it easier for Python developers to interact with native code and ship native code with...
### TL;DR We plan to gradually improve support for popular Python IDEs and tools in GraalPy. ### Goals In addition to compatibility with popular Python packages (https://github.com/oracle/graalpython/issues/283), we also focus...
The `com.oracle.graal.python.nodes.frame.WriteLocalVariableNode` class does not override the `hasTag` method which provides the corresponding instrumentation tags. Same issue with the four nested classes: `PythonCallUnary`, `PythonCallBinary`, `PythonCallTernary` and `PythonCallQuaternary` of the `com.oracle.graal.python.nodes.call.PythonCallNode`...
As it stands, the usefulness of Proxy objects as passed to Python is somewhat limited. They all map to the `foreign` class, and AFAICT there's often no way to tell...
Hi! I'm trying to install mlflow package in virtual environment, but installation process fails with error. ``` bin/pip install mlflow ``` ``` compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath...
Hi this issue has been pointed out from [issue 4192](https://github.com/oracle/graal/issues/4192) please check [CI](https://github.com/SpamanDev/StoreChain-Server/runs/5176598743?check_suite_focus=true#step:9:3610) for exception
Considering Python's duck-typing semantics, it'd be really useful if it were possible to define custom 'special functions' (like `__add__`, `__str__`, etc) on ProxyObject, in order to build custom objects that...
I'd like to install tensorflow, keras and some other packages: ``` bash-4.2# graalpython -m ginstall install keras Please note: This Python implementation is in the very early stages, and can...
Those ideas could be a source of inspiration: https://github.com/faster-cpython/ideas/issues