-
This issue is to discuss and keep track of progress on support for the experimental free-threading build of CPython at a high level.
(#16595 is a preliminary requirement, but a separate problem)
#…
-
Hi, I'm curious what the challenges to move forward with emscripten threading.
As of today:
> Emscripten has support for multithreading using SharedArrayBuffer in browsers. That API allows shari…
-
### Description
The Threading runtime library currently builds all of the threading runtimes into a single library, using macros inside of the files to mask out the contents of the source file result…
-
**Describe the bug:**
Calls failing with the last release. This is a continuation of what i mentioned here;
https://github.com/googleads/google-ads-dotnet/pull/573#issuecomment-2472906991
`…
-
Hi,
In the readme, it is mentioned that Pipeless does multi-threading by default. When I am trying to use variables/lists in the post process that are updated across frames (for example, frame coun…
-
Python3.13t Free Threading / nogil:
```
Fatal Python error: Segmentation fault
Current thread 0x00007f7a40c70740 (most recent call first):
File "/usr/local/lib/python3.13t/dist-packages/vizt…
-
# Crash report
### What happened?
It's possible to cause an abort on `!_PyMem_IsPtrFreed(tstate)` while running with `PYTHON_GIL=0` by calling the following code:
```python
import threading
def err…
-
# Bug report
### Bug description:
on windows, Thread.join is sometimes terrible because exception can not interrupt its blocking.
```python
import threading
import time
def task():
while True:…
-
I have a service deployed on AWS and use CodeGuru to analyze the performance. I have found when high concurrency >20TPS, `JyAttribute.getAttr` makes CPU in 95% of **BLOCKED** time. There was an issue …
-
We currently have support for multi-process PgBouncer using `so_reuseport`, but actual multi-threading is preferable since it is not super easy to set up `so_reuseport` together with `peering`. Also, …