-
Very interesting project, aiming more or less to replace `abi3` with something that will work on *any* Python implementation:
https://hpyproject.org/
https://news.ycombinator.com/item?id=2662539…
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open requests and couldn't find a duplicate
### What is the idea?
similarly to the build section
```
build:
script_env:
…
-
```
What steps will reproduce the problem?
1. python gal.py
2. After the below is printed.
gal: Unmonitored Process Launched (CMD: pypy wc_server.py )
gal: Unmonitored Process Launched (CMD: pypy repo…
-
In Heptapod by @xxm on Apr 19, 2023, 03:08
The following code defines a new class called "MyBufferedReader" that inherits from "io.BufferedReader", and then uses the "inspect.signature()" function to…
-
The PR https://github.com/crossbario/autobahn-python/pull/967 has merged the Autobahn Native Vector Extensions (NXP), which include an accelerated UTF8 validator.
We should make use of this when av…
-
Command "/usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-m5jvqh11 --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple …
-
In https://github.com/python/mypy/pull/11350 I made it possible for mypy to run on PyPy, we should add a simple check this doesn't regress.
-
Consided following languages:
- Python (PyPy)
- Lua
- C# (Mono)
- Java
- JavaScript
- AngelScript
- Go
Consider introducing an abstraction layer allowing adding multiple scripting languages (to compa…
-
New versions:
- pypy3 on xenial https://travis-ci.org/SylvainDe/ContinuousIntegrationPythonVersions/jobs/550202617
- pypy on xenial https://travis-ci.org/SylvainDe/ContinuousIntegrationPythonVers…
-
https://twitter.com/brandon_rhodes/status/1163122034219655168?s=19 reminded me that we don't currently have a high level guide orddiscussion for repeatably building wheel files that could point folks …