-
[Job](https://mihubot.xyz/runtime-utils/EiAFzuE) completed in 19 minutes 44 seconds.
https://github.com/MichalPetryka/runtime/tree/test-prop
### Diffs
```
Found 275 files with textual diffs.
Summar…
-
### Describe the bug
For Visual Studio Pro 2022 (64 bit) - LTSC 17.10, attempting to use the extension wizard to generate results in the extension installing a version of Microsoft.VisualStudio.Threa…
-
Hello, my research specifically demands simulation with simultaneous multi-threading. At this point, I understand that SMT is not supported in the simulator. My question is whether there is a plan to …
-
# Crash report
### What happened?
On a free-threaded debug build, even with `PYTHON_GIL=1`, it's possible to abort the interpreter by calling `_DummyThread._after_fork` after a `__reduce__` call:
`…
-
need add notes to README regarding multithreading, e.g. regarding Windows issues/non-full support
maybe some more
-
external progress follow-up:
- progress in cpython: [3.13 'free-threading' progress](https://github.com/python/cpython/issues/108219)
- progress out of cpython: https://github.com/Quansight-Labs/fre…
-
On client machines with less CPU cores/available threads, the lifecycle transitions of the `robot_manager` nodes can fail due to the lack of resources.
This problem should be investigated and optimiz…
-
Under the hood `async_stream_zip` uses `threads` as a layer over the synchronous `stream_zip` function. Would you accept a more flexible 'pure-asyncio' implementation? This would still allow running `…
-
### Describe the bug
random crash on closing popup via textbox lost focus event
```
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.C…
-
**Is this a general concept that needs to be documented or a specific API?**
Multi-Threading in the C++ API. How can we achieve work in the background without locking the main thread (and thus the UI…