Pyston

Latest version: v2.3.5

Safety actively analyzes 623360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.3.5

Improved performance and compatibility

2.3.4

This release adds `pyston_lite`, the Pyston JIT as an extension module. `pyston_lite` is distributed via PyPI / conda, so one can just do


pip install pyston_lite_autoload


This release also contains other performance enhancements, such as for numeric code, which appear both in the full Pyston distribution here as well as pyston-lite.

See [our blog post](https://blog.pyston.org/2022/06/08/announcing-pyston-lite-our-python-jit-as-an-extension-module/) for more details.

2.3.3

- 64-bit ARM support

Please download the "amd64" packages if you are using an Intel or AMD x86_64 CPU and "arm64" if you are running on an aarch64 ARM CPU (e.g. Raspberry Pi 4, AWS Graviton, Apple silicon M1). Note that you need a 64-bit OS for any of these architectures.

If you use Ubuntu or Debian please use the ".deb" package. Else the "portable" archive should work on other distributions and doesn't require installing. The PystonConda files set up a miniconda installation with Pyston installed and configured to install packages from the appropriate sources.

2.3.2

- Fix for 149 (memory leak)
- Workaround for 152 (setuptools incompatibility)
- Other small fixes and improvements

We've removed Ubuntu 16.04 support due to one of our dependencies removing 16.04 support. If this is important to you please file an issue and we may be able to add it back.

This means that our portable release (which you can extract anywhere and run) is now based on our 18.04 package

2.3.1

Some small compatibility improvements:
- Readded recursion-limit checking
- Embedding works from our portable release
- Portable release readline works
- Merge in the bug and security fixes from upstream v3.8.12

This release now contains our newly-released conda installer as well.

2.3

Embedding support, additional performance improvements

__Update:__ uploaded new `pyston_2.3_portable-v3.tar.gz` which contains https://github.com/pyston/pyston/pull/83 an important fix for issue https://github.com/pyston/pyston/issues/41 and https://github.com/pyston/pyston/issues/76. This problem only existed in the portable release. If you didn't run into this problem there is no need to update from `pyston_2.3_portable-v2.tar.gz`.

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.