-
The following nodes contain Python nodes which need to be converted into CPython:
- [ ] All Elements Of Category+
- [ ] All Elements Of Class+
- [ ] All Elements of Family Type+
- [ ] All Families…
-
I've been adding graal support to a classifier type project naively based on applying a *bunch* of regexes to an input, and while Graal works the regex application is quite slow: it's about 4x slower …
-
For free-threaded CPython (xref [PEP 703](https://peps.python.org/pep-0703/), https://py-free-threading.github.io/), Pythran seems to be working quite well already. We've tested Pythran-generated exte…
-
Following https://discuss.python.org/t/request-python-organisation-on-pypi/26545, we now have two organisations on PyPI: https://pypi.org/org/cpython/ and https://pypi.org/org/python/
We can add th…
-
Here's a minimum dockerfile to reproduce the error:
```Dockerfile
FROM python:3.11.9-slim-bookworm
RUN apt-get update \
&& apt-get install -y git build-essential cmake --no-install-recommen…
-
This is going to be a huge task, but the goal is to be able to build CPython using Limbo's SQLite compatibility library.
You can build Python with Limbo as follows:
```
git clone --depth 1 http…
-
This code block
```
from cmu_cpcs_utils import testFunction
@testFunction
def test():
assert
test()
```
when run in CPython 3.11, prints
`SyntaxError: invalid syntax`
and when ru…
-
We should check that our Dockerfile works as expected with CPython codebase.
-
In Heptapod by bitbucket_importer on Jul 16, 2013, 03:03
*Created originally on Bitbucket by [coolbutuseless (mike fc)](https://bitbucket.org/[7.3.7](https://github.com/gitlab-importer/pypy/milestone…
-
For example:
```
❯ "/Users/crmarsh/Library/Application Support/uv/python/cpython-3.13.0-macos-aarch64-none/bin/pydoc3"
/Users/crmarsh/Library/Application Support/uv/python/cpython-3.13.0-macos-aa…