-
Output:
```
% poetry run xc
xc 🏃 (Python 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 15.0.0 (clang-1500.3.9.4)] darwin)
Found 1 tests from 1 files in 0.00s
[ 0s] ░░░░░░░…
-
And eventually it consumes a lot of memory!
With 8 Transport objects running for a week or so, it has consumed ~180MB of RSS and made a combined dict size of 2.5M objects. While it's not a frighten…
-
First, thanks for putting together this reference material.
I would like to contribute with some additional threaded interpreter optimizations.
1. Token mapping. Merge call into the inner inte…
-
The [SoS kernel](https://vatlab.github.io) allows the use of multiple Jupyter kernels in a single Jupyter notebook. When I tried to set up an environment that contains multiple languages (e.g. Julia a…
-
Running this program.
``` python
from offset import maintask, run, go, makechan
def gopher(left, right):
value = right.recv()
left.send(value + 1)
def starter(chan):
chan.send(1)
@main…
-
## Semantics derived from progress
People will inevitably complain this is slow. Well turns out this is a solved problem!
* [ ] Cite work on deriving abstract machines from operational semantics…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
So I'm trying to link glulxe against libgarglk, and there are lots of errors.
Firstly, I'm building garglk like this (from within the glulxe folder):
```
curl -Ls https://github.com/garglk/garg…
-
{
"description": "Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles:",
"fullName": "prettier/prettier-eslint",
"language": "JavaScript",
…
-
# Bug report
### Bug description:
A TSAN (gcc-12) build of the latest version of cpython reports a race in the test_send_recv_different_interpreters_and_threads test:
```
Read of size 4 at 0x7ffe…