-
# Bug report
### Bug description:
Hi,
We're a research group focused on testing concurrent runtimes. Our work-in-progress prototype found a violation of atomicity on the current nogil build w…
-
# Crash report
### What happened?
Hi,
We're a research group focused on testing concurrent runtimes. Our work-in-progress prototype found a segmentation fault on the current nogil build when…
-
Given the architecture of Thine, where the policy logic is implemented in Rust and the key/value map resides in Python, enabling free-threaded support for the Python part should be feasible while keep…
-
I want a 3.13 nogil container, also with all optimizations, etc. I assume that the current 3.13 containers use the GIL.
-
# Bug report
### Bug description:
Building Python `3.13.0` with the options `--with-lto --enable-optimizations --enable-experimental-jit --disable-gil` fails with the error:
```text
Last 10 log line…
-
Now python3.13-nogil has released:
https://py-free-threading.github.io/installing_cpython/#__tabbed_2_3
For Ubuntu you can use the deadsnakes PPA by adding it to your repositories and then ins…
-
What are the plans / would it even make any sense to add it?
[reference](https://cython.readthedocs.io/en/latest/src/userguide/external_C_code.html#releasing-the-gil)
The inverse (`with gil`) as…
-
The idea is to add a support of nogil mode in JAX for Python 3.13. According to Jake and Peter, this would likely involve updates to both jaxlib and to nanobind.
- [ ] Add a CI job to run jax tests…
-
build error on linux with 3.13 nogil and nuitka@factory. Here's the CI run: https://github.com/jimkring/nuitka-nogil-testing/actions/runs/11314874383/job/31465356392
This is just a periodic test to…
-
The good news is that Flitter appears to be mostly fine with 3.13, with a couple of exceptions:
- [x] The hacky special pleading to get a fast, non-GIL version of `perfcounter()` uses a non-public …