graalpython
graalpython copied to clipboard
A Python 3 implementation built on GraalVM
What else can I do to terminate the timeout code when I use the single instance CONTEXT that cannot be closed
From Slack: floweynt [Aug 20th at 12:31 AM](https://graalvm.slack.com/archives/CNA7PDH2N/p1755642683559369) Is there a way to speed up graalpy's GilNode? I have a single threaded application and foreign calls unlock/relock the GIL which...
I am encountering assertion failures in `com.oracle.graal.python.util.PythonUtils.createMethod`. This occurs during unit tests where a GraalVM Engine is shared across multiple Context instances. This is the assertion that fails : `assert...
``` > pip install matplotlib C:\Users\Aly\.pyenv\pyenv-win\versions\graalpy-25.0.0-windows-amd64\Lib\ssl.py:527: UserWarning: unable to enumerate Windows certificate store warnings.warn("unable to enumerate Windows certificate store") WARNING: Disabling truststore because platform isn't supported Looking in indexes: https://pypi.org/simple,...
## How to reproduce? ### > environment container image: ghcr.io/graalvm/graalpy-community:25 jdk: graalvm-jdk-25_linux-x64_bin.tar.gz ### > python venv deps installed `pip install torch transformers patchelf` ### > multi context in maven repo(not...
Seen in https://github.com/maurycy/pyperformance/actions/runs/18823779289/job/53703296682 run in the context of https://github.com/python/pyperformance/pull/434 ``` [54/94] networkx... # /home/runner/work/pyperformance/pyperformance/venv/graalpy3.12-ef544f031b55-compat-e4c535002f27/bin/python -u /home/runner/work/pyperformance/pyperformance/pyperformance/data-files/benchmarks/bm_networkx/run_benchmark.py shortest_path --debug-single-value --output /tmp/tmpyt_fuvx5 --inherit-environ PYPERFORMANCE_RUNID Traceback (most recent call last): File "/home/runner/work/pyperformance/pyperformance/pyperformance/data-files/benchmarks/bm_networkx/run_benchmark.py", line...
I've used the orjson 3.10.18 patches as a base to get orjson 3.11.3 working under GraalPy 25. I don't know how to turn this into a patch on the source...
Hi, We're a research group that works on testing concurrent language implementations. When applying our recent prototype to GraalPy, we noticed that it would abrutply crash without any output or...
This adds support for Tkinter-based GUI applications by enabling the use of the `_tkinter` module as a built-in module. `Matplotlib` integration was tested and confirmed to work with both the...
Ran into an issue using Neoforge 1.21.1 and JDK 21. Anytime I try to run a python script it crashes and generates the below crash report. `java.lang.NoClassDefFoundError: org/graalvm/polyglot/Context at TRANSFORMER/[email protected]/com.caramalized.pysilicon.block.entity.BasicComputerBlockEntity.runPythonScript(BasicComputerBlockEntity.java:36)...